While certificate manager UI shows my imported certificated with status "issued" , when trying to use it from an ELB (application lb) I get: " no certificates available " (the POST request to the api returns with empty list)
Also when I run aws acm list-certificates --max-items 10 I don't get the imported certificate , only my second (Not imported) one
Any ideas what's wrong here? is there a setting on the imported certificate I should be configuring?