- Newest
- Most votes
- Most comments
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
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.
Relevant content
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated 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.