Recently I stopped my instance for 2 days and I again stated that the status is showing running. However, if I hit that IP in the browser it is not opening. It shows this error:
Asked
Active
Viewed 479 times
0
-
Did you assign a static IP to the instance? – hephalump Jun 03 '20 at 09:15
-
yes i assigned a elastic IP – sandesh s Jun 04 '20 at 02:06
1 Answers
1
It sounds like you are not using an Elastic IP Address. Go to the console and there should be a new public IP address.
If you're planning to use this instance more permanently you should take a look at adding an Elastic IP Address.
More documentation available: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/elastic-ip-addresses-eip.html#using-instance-addressing-eips-allocating

Chris Williams
- 32,215
- 4
- 30
- 68
-
After allocating elastic ip will that work. Just now i associated an elastic ip to my instance – sandesh s Jun 03 '20 at 09:26
-
So you attached an elastic IP address, then tried to connect to that IP address in the browser (not the previous one)? – Chris Williams Jun 03 '20 at 09:37