- Newest
- Most votes
- Most comments
54.255.112.164 resolves to an instance in ap-southeast-1 (Singapore):
$ nslookup 54.255.112.164
Server: dns.google
Address: 8.8.8.8
Name: ec2-54-255-112-164.ap-southeast-1.compute.amazonaws.com
Address: 54.255.112.164
Does this sound like the region that your Lightsail instance is in?
I can establish a connection on port 22 to that IP address, suggesting that it's running Linux and accepting SSH connections. Are you able to connect to it using SSH? https://docs.aws.amazon.com/lightsail/latest/userguide/amazon-lightsail-ssh-using-terminal.html
$ nc -vz 54.255.112.164 22
Connection to 54.255.112.164 22 port [tcp/ssh] succeeded!
$
Your best option will be to login to the Lightsail console to manage the instance and confirm the IP.
If you have lost access to the account follow the procedure to regain access. https://docs.aws.amazon.com/signin/latest/userguide/troubleshooting-sign-in-issues.html#:~:text=If%20you%20are%20a%20root,in%20the%20AWS%20Management%20Console.
Hope this helps!
Relevant content
- asked a year ago
- asked 7 months ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 4 months ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 3 years ago
Can you guide me to the whole process or can you do that for me?