Skip to content

New AWS India account - EC2 vCPU quota too low to launch even t3.micro - how to increase?

0

Hi,

I created a new AWS account in India. I am trying to launch a t3.micro EC2 instance (free tier) but getting an error because my account vCPU quota is only 1 vCPU.

Error I get: "You have requested more vCPU capacity than your current limit allows"

Instance I am trying to launch:

  • Type: t3.micro
  • vCPUs required: 2
  • My current account level quota: 1 vCPU

What I already tried:

  • Tried t3.micro → needs 2 vCPU → blocked
  • Checked Service Quotas page → quota shows 1 vCPU
  • Requested quota increase → still pending

Questions:

  1. Why does a new AWS account get only 1 vCPU by default?
  2. How long does vCPU quota increase take for new AWS accounts?
  3. Is there any free tier instance that works with 1 vCPU?

Thank you.

asked 20 days ago43 views
1 Answer
0

I understand your frustration with the vCPU quota limitation on your new AWS account. Let me address your questions:

Regarding quota increases:

To request a vCPU quota increase, you can use one of these methods:

  1. AWS Management Console: Sign in and open the Service Quotas console, navigate to AWS services, select Amazon EC2, find the specific vCPU quota you need to increase, and submit your request with the desired new value.

  2. AWS CLI: Use the request-service-quota-increase command with the appropriate service code and quota code.

  3. Support Case: If the service isn't available in Service Quotas, you can create a support case through the AWS Support Center Console.

Important points about quota increase requests:

  • Smaller increases are often automatically approved, while larger requests are submitted to AWS Support for review
  • Quota increase requests don't receive priority support
  • AWS may approve, deny, or partially approve your request based on various criteria including impact on services and potential for abuse
  • It typically takes a couple of days for quota increases to take effect - they are not granted immediately
  • You can check the status of your pending request in the Service Quotas console

Regarding your specific situation:

New AWS accounts may have lower default quotas, especially if the account is new or has limited usage history. Account quotas can be less than standard default values for newer accounts. As your account establishes a usage pattern, these limits may adjust.

For the most current information about which instance types might work with your current quota and alternative options, I'd recommend checking the EC2 documentation or contacting AWS Support directly, as they can provide account-specific guidance.
Sources
Requesting a quota increase - Service Quotas
Request a Quota Increase with Service Quotas
AWS service quotas - AWS General Reference

answered 20 days ago
EXPERT
reviewed 20 days ago
AWS
MODERATOR
reviewed 20 days 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.