2 Answers
- Newest
- Most votes
- Most comments
0
Sometimes I've seen this sort of behavior because of a browser issue. Can you try a different browser to see if it will populate the drop down.
You could always startup a CloudShell session and run the following command, supplying your specific instance-id and allocation-id:
aws ec2 associate-address --instance-id i-01234567890 --allocation-id eipalloc-9876543
thanks for the help. tried different browsers (w/ and w/o private browsing too). it did not resolve the issue.
Relevant content
- asked 2 months ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 3 years ago
thanks for the help. i checked. the instance is in east-1 and elastic ip address is reserved also in east-1 (east-1d). so this is not the root problem.