- Newest
- Most votes
- Most comments
I understand you're facing a critical issue with your production environment due to a vCPU limit restriction. This is preventing you from starting your t4g.micro instance, which hosts a crucial production service.
The error message you're receiving indicates that your account's vCPU limit has been reduced from the default of 5 to just 1, which is why you can't start your second instance. Since you already have a t4g.small running (which uses 2 vCPUs), you've reached your current limit.
To resolve this issue, you need to request a service quota increase. Here's what you should do:
- Go to the AWS Service Quotas console
- Navigate to the Amazon EC2 section
- Look for the quota related to "Running On-Demand Standard (A, C, D, H, I, M, R, T, Z) instances" which controls your vCPU limit
- Request an increase to at least 5 vCPUs (the default) or higher based on your needs
If your automatic requests are being rejected, I strongly recommend opening a support case through the AWS Support Center Console. When creating the case:
- Select "Service Limit Increase" as the case type
- Clearly explain that this is impacting your production environment
- Mention that your limit was previously at the default of 5 vCPUs and was unexpectedly reduced to 1
- Emphasize the business impact and urgency of the situation
AWS Support can help expedite quota increase requests, especially for production-impacting issues. They can also investigate why your limit was reduced and why automatic increase requests are being rejected.
Sources
Unable to create more than one EC 2 instance | AWS re:Post
Resolve Amazon ECS service quota issues | AWS re:Post
