- Newest
- Most votes
- Most comments
It appears you're facing a common issue with AWS Free Tier EC2 instance creation. Let me clarify what's happening:
The error message indicates you've hit a vCPU limit of 1 for your account, which is a default setting for new AWS accounts, especially those on the Free Tier. This is designed to protect users from unintentionally incurring costs.
There seems to be some confusion about instance types:
-
T3.micro instances typically have 2 vCPUs, which exceeds your current account limit of 1 vCPU.
-
T2.micro instances (which have 1 vCPU) should be Free Tier eligible, but you're seeing a message suggesting they're not available in your region. This is because not all AWS regions offer t2.micro - in some regions, t3.micro is the Free Tier eligible option instead.
To resolve this issue, you have a few options:
-
Request a quota increase: Visit the AWS Service Quotas console, navigate to the Amazon EC2 section, and request an increase for your vCPU limit. This would allow you to use the t3.micro instance.
-
Try a different region: Some regions may have different instance type availability. You might find t2.micro available in another region.
-
Check your region's Free Tier eligible instances: Make sure you're selecting an instance type that's both Free Tier eligible and available in your chosen region.
-
Verify your account is fully verified: Sometimes new accounts have limited access to certain instance types until the verification process is complete.
This situation isn't actually contradictory - it's a combination of regional availability of instance types and default account limits that's causing the confusion.
Sources
problem in creating Amazon EC2 instance | AWS re:Post
Unable to create more than one EC 2 instance | AWS re:Post
Relevant content
asked 10 months ago
