Missing Public Ip after reboot
Hi dear Community,
After an recent reboot my t2.small instance (Win-serv 2008r2) by some reason was not assigned with a Public IP.
I was successfully using it for ages and all worked fine (I did reboots hundred of times without any issues). It means that the reason is not in wrong configuration on my side. VPC, routing table, networks - nothing was change and these used to work till that last reboot.
I've googled the problem and reviewed a lot of AWS documents - I do not see any related answer on my problem. It looks like the most closest case is as following:
https://stackoverflow.com/questions/26706683/ec2-t2-micro-instance-has-no-public-dns
(it looks like I faced with exectly the following case: https://stackoverflow.com/a/60671532)
I've tried all advices from the link (except recreating the instance from a image) - everything looks configured OK but I still can't get a public IP and so CAN'T connect to my device.
Does anybody know what might be a root of cause and a fix for this issue (obtain Public IP back)? Or this is really "Yes, it is possible that AWS screws up" case?
Thanks in advance for any assistance! Dmitry
Given that nothing has changed on your end I'd encourage you to create a support case. The support team can look at your environment and determine what is failing. As a forum participant, we can't do that.
Relevant questions
Public ip changed, full memory, can't use sudo
asked 2 months agoUnable to connect to EC2 instance using Public IP address with ssh
asked 2 years agoOracle instance in reboot state for too long after upgrade
asked 2 years agoEC2 instance is not reachable by public IP
Accepted Answerasked 2 years agoMissing Public Ip after reboot
asked 2 months agoPublic ip address connectivity in AWS
asked 3 months agoAWS Nitro Enclave instance does not have public ipv4 address
asked 2 months agoEC2 instance doesn't get a new public IP after Elastic IP is disassociated
asked 17 days agoEC2 instance crashed and won't reboot in Ireland region
asked a year agoPublic IP been changed after I reboot my EC2
asked 5 years ago
Thank you for your answer! Playing around with this problem I was able to find only that this is directly related to VPC, because even recreating the instance from an image but with the same existing VPC leads to the same issue. I guess that something was broken in AWS internal records that are related to particular VPC or it's part.
As soon as it is impossible to reassign VPC (or ist's meaningful parts) to an existing instance - the only way is to recreate an instance with the related AMI-image and specifying a NEW VPC!
At this moment my subscription does not include support service so I can't create the ticket. As there is a workaround - no reason to extend my subscription to create a ticket... AWS will continue to dwell in a cloud of ignorance, unfortunately =)