no instance is listed when I tried to associate an elastic IP address

0

I am new to AWS E2. I have allocated an elastic IP address successfully. But when I tried to associate it with a running instance, there is no instance listed on the web console.

I tried searching and reading how elastic IP address works, but did not see anything that is about this issue. (the instance has beenn running well with a public address).

anyone out there can help?

已提问 1 年前243 查看次数
2 回答
1

Always double-check that you are in the correct region :)

已回答 1 年前
  • 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.

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
profile pictureAWS
专家
kentrad
已回答 1 年前
  • thanks for the help. tried different browsers (w/ and w/o private browsing too). it did not resolve the issue.

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则