Reputation: 1271
I have the following issue:
EC2-other
;Elastic IPs
dashboard and saw only my IP address. Selected and then clicked "Disassociate" and I've got the error: "You do not have permission to access the specified resource.";I am the owner the account, there are no users. Not sure if it matters, but on the owner of the "Elastic IP" there is my user id (numeric) which is visible on "my account" page.
So, what am I doing wrong? What am I missing?
Upvotes: 2
Views: 312
Reputation: 190
One possibility of not allowing deletion would be related linking with NAT Gateway. The elastic ips are public ones and attached to a specific region. The reason the system does not allow you to delete the ip would be because it might be associated to some service in a same region but the association might not appear on the EC2 dashboard. Checking NAT gateway configuration would be possible link to the elastic IP.
Upvotes: 1