- Newest
- Most votes
- Most comments
Hello.
The me-central-1 region has currently lost most of its data center functionality due to a bombing.
As this is impacting AWS services, I recommend using a different region.
https://health.aws.amazon.com/health/status?eventID=arn:aws:health:me-central-1::event/MULTIPLE_SERVICES/AWS_MULTIPLE_SERVICES_OPERATIONAL_ISSUE/AWS_MULTIPLE_SERVICES_OPERATIONAL_ISSUE_5E6B8_EF2498889B5
Based on the symptoms you're describing, this appears to be an account-level provisioning or quota issue specific to the me-central-1 region rather than typical API throttling behavior. The persistent throttling on every single call—even after long idle periods—is not consistent with normal token bucket throttling, which would allow at least some requests to succeed.
For newly opted-in regions, there can sometimes be delays in fully provisioning all service capabilities for an account. The fact that some services (VPC, ALB, ACM, S3, IAM, RDS) work fine while ECS and EC2 operations are completely blocked, combined with the KMS AccessDenied error for ECR, suggests incomplete service initialization or missing backend permissions for your account in that region.
The "operational issue" message in the EC2 throttling error is particularly telling—this typically indicates a backend service issue rather than you exceeding normal API limits.
To resolve this, you should open a support case through the AWS Support Center. When you do, include:
- The specific region (me-central-1)
- When you opted into the region
- The exact error messages you're receiving
- That the same operations work in other regions
- That you've already created the AWSServiceRoleForECS
The support team can investigate whether there's an incomplete provisioning process for your account in that region and can work with the backend teams to resolve any service-level blocks. They'll also be able to provide an estimated timeline for resolution.
In the meantime, you might also want to review your AWS Support plan options, as higher-tier plans offer faster response times for operational issues like this.
Sources
Request throttling for the Amazon ECS API - Amazon Elastic Container Service
Handling throttling issues - Amazon Elastic Container Service
Relevant content
asked 2 years ago
asked 3 years ago
asked 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 5 months ago
