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?

posta un anno fa243 visualizzazioni
2 Risposte
1

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

con risposta un anno fa
  • 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
ESPERTO
kentrad
con risposta un anno fa
  • thanks for the help. tried different browsers (w/ and w/o private browsing too). it did not resolve the issue.

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande