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?

gefragt vor einem Jahr243 Aufrufe
2 Antworten
1

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

beantwortet vor einem Jahr
  • 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
EXPERTE
kentrad
beantwortet vor einem Jahr
  • thanks for the help. tried different browsers (w/ and w/o private browsing too). it did not resolve the issue.

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen