Skip to content

AWS console not listing instances associated with Singapore region only

0

AWS console is not listing my EC2 instances within Singapore region whereas I am able to see list of instances for other regions.

After several tries and refresh, it listed the instances for a while but again resulted in errors after few mins. In the instances table, it keeps on loading for quite long and then displays error Failed to fetch. I'm also unable to get any response for instance types, Elastic IPs, Volumes, etc.

Health dashboard doesn't show anything nor I found any other down status for AWS.

I have tried with multiple Internet connections too but no effect. I wanted to attach some screenshots but didn't see any support for adding attachments. I'll share if I found a way.

This has impacted some business websites and I'll appreciate urgent help.

asked 2 years ago360 views
1 Answer
1

It sounds like a simple connectivity or DNS resolution issue on your client machine. A connectivity issue could also be the cause for your business websites not to respond normally or at all, even if the sites might actually be working normally. They would just be unreachable from your network.

If you open CloudShell in one of the other regions that are working normally for you and try listing the EC2 instances in Singapore, for example, with the command: aws ec2 describe-instances --region ap-southeast-1, I suppose that responds quickly and with the expected data?

If so, you can work around the issue by launching a temporary EC2 instance in one of the working regions, connecting to it, and running your web browser there to access the console and to verify the health of your business websites.

Regarding the issue with your connection, if you're using IPv6, you might want to try disabling it temporarily. IPv6 routing has a reputation of failing occasionally between ISPs still getting used to it, while IPv4 routing is stable.

EXPERT
answered 2 years ago
  • Hi there,

    I have also the exact same problem. I am in the middle east region and trying to access any of the aws services in singapore are not working. The console loads but then all ap-suotheast-1 services fail to fetch. Tried with the aws cli and it works for other regions, but not for this particular one. There is no other network issue and i have a very stable good internet connection. I am unable to monitor anything in that region for whole week now and cannot do anything as nothing is accessible through the console or cli for this region.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.