Reg: vCPU capacity limit in free tier(t2-micro)

0

I am unable to install second EC2- instance while 1st ec2 instance is running. how can I run 2 ec2 instances run at a time with same AMI (linux) in same region in free tier(t2-micro)? I am not choosing any AZ particularly. I am giving it optional so that it can create any AZ which is available at the time of creation. I understand the problem is with vCPU capacity limit in t2-micro which comes under free-tier eligible. since yesterday Iam getting error in launching second ec2 instance as follows "you have requested more vCPU capacity than your current vCPU limit of 1 allows for the instance bucket that the specified instance belongs to. request an adjustment to this limit" what does this error mean? if I adjust limit is it chargable? where to check the vCPU capacity? If I want to launch 3 to 4 instances in free tier without exceeding 750 limit is possible or not? what kind of AMI's I need to choose to launch and run 3 instances at atime? please guide.

asked 2 years ago512 views
2 Answers
0

are you using a "Free tier eligible" EC2 instance? and if not pls check. (for more: https://aws.amazon.com/free). For checking your free tier usage: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/tracking-free-tier-usage.html). furthermore, for increasing the limit, raise a case in support. they will increase it as per your requirements. and in the free tier always use t1.micro and t2.micro.

VISI
answered 2 years ago
0

Can you also check the vCPU Limit under the EC2 Instances page. When you select EC2 service, on the left panel (top most section), you would see an option 'Limits'. When you are on Limits page, use the filter option to choose 'Running Instances', this will give you a view of eligible vCPUs by instance family, that can be used at any given time.

To make a request to increase the Limit, select the item probably this 'Running On-Demand All Standard (A, C, D, H, I, M, R, T, Z) instances' if you are looking for 't' family, use the button 'Request Limit Increase' on the top right corner, which leads you to a form to request for limit increase.

e.g. https://us-east-1.console.aws.amazon.com/ec2/v2/home?region=us-east-1#Limits:

To your other questions -

  1. If you are within the 750 hour limit across instances, there will not be additional charges for launching multiple instances or increasing vCPU limits.
  2. It is possible to launch as many instances as you like within the free tier, with in the predefined limits. 3 or 4 definitely yes.
  3. You can use any AMI that is marked as 'Free Tier Eligible' in the section 'Application and OS Images (Amazon Machine Image)' of Instance Launch Page. This section in the new UI has 2 tabs 'Recents' and 'Quick Start'. Tab 'Quick Start' would display the 'Free Tier Eligible' label against the AMI name. An example Free Tier AMI - Amazon Linux 2 Kernel 5.10 AMI 2.0.20220606.1 x86_64 HVM gp2 AMI ID : ami-0cff7528ff583bf9a
profile pictureAWS
answered 2 years 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.

Guidelines for Answering Questions