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.

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南