Elastic IP cannot be disassociated

0

I have an Elastic IP that is sort of stuck in limbo. When I select that Elastic IP and then select Actions ... Release, I get this message: The following addresses cannot be released because they are associated. But Actions ... Disassociate Elastic IP Address is grayed out, so I can't disassociate it. This is NOT the "locked to your account" error message, and the Elastic IP is not listed in my VPC console. Thoughts?

asked 7 months ago300 views
2 Answers
0

Hello Mark,

Using the AWS CLI can sometimes help you bypass issues with the console. You can try aws ec2 describe-addresses --region your-region and then try to disassociate and release the eip.

Let me know if you nee more help

Thanks

answered 7 months ago
profile picture
EXPERT
reviewed 4 months ago
0

Hello.

Is it possible that ElasticIP is registered as rDNS as mentioned in the documentation below?
In that case, you need to cancel it by following the steps in the document.
https://repost.aws/knowledge-center/ec2-address-errors

profile picture
EXPERT
answered 7 months ago
profile picture
EXPERT
reviewed 7 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions