I am trying to delete two certificates but I am getting this sort of error message:
However when I run:
aws elbv2 describe-load-balancers --region us-east-1 --load-balancer-arns
I get no returned load balancers?
Also if I try to delete directly:
aws elbv2 delete-load-balancer --region us-east-1 --load-balancer-arn ...
I get the error:
is not a valid load balancer ARN
How can I delete these "associations"?