Skip to content

ECS Fargate Auto Scaling Error in Singapore Region

0

Hello,

I am using AWS ECS Fargate service with auto scaling and all my services are working perfectly, today suddenly I am getting below error message while update my service

There was an error while retrieving a list of scaling policies. Network Failure

There was an error while retrieving Application Auto Scaling configurations. Network Failure

Please guide me is there any issue in Singapore region right related to auto scaling network

asked a year ago275 views
2 Answers
0

1. Check AWS Service Health:

Visit the AWS Service Health Dashboard (https://docs.aws.amazon.com/health/latest/ug/aws-health-dashboard-status.html) and check for any reported issues with ECS or Application Auto Scaling in the Singapore region.

2. Verify Network Connectivity:

Ensure your network connection is stable. Try refreshing the console or restarting your local machine.

3. Investigate CloudWatch Logs:

Check the CloudWatch logs for your ECS service and Application Auto Scaling group. Look for any error messages that might shed light on the network issue.

4. Review Scaling Policies:

Even if retrieval is failing, can you access your existing scaling policies through the console? Review them to ensure they are configured correctly.

5. Retry After a Short Wait:

Sometimes, network issues can be transient. Try waiting for a few minutes and then attempt to update your service again.

6. Consider Alternative Actions:

If updating the service is causing issues, can you achieve your desired changes by directly modifying the Application Auto Scaling group configuration?

Additional Resources:

Troubleshooting service auto scaling in Amazon ECS: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html Automatically scale your Amazon ECS service: https://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html

EXPERT
answered a year ago
EXPERT
reviewed a year ago
  • Thank you for your response.

    My issue has been resolved. It turned out to be a problem with my local ISP. I switched to a different ISP, and now all services are working perfectly. There was no issue with AWS services.

-2
Accepted Answer

Thank you for your response.

My issue has been resolved. It turned out to be a problem with my local ISP. I switched to a different ISP, and now all services are working perfectly. There was no issue with AWS services.

answered a year ago

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.