How do I troubleshoot InsufficientInstanceCapacity errors when starting or launching an EC2 instance?

2 minute read
1

I can't start or launch my Amazon Elastic Compute Cloud (Amazon EC2) instance, and I'm receiving an insufficient capacity error.

Resolution

If AWS doesn't currently have enough available On-Demand capacity to complete your request, then you receive the following InsufficientInstanceCapacity error:

"An error occurred (InsufficientInstanceCapacity) when calling the RunInstances operation (reached max retries: 4). We currently do not have sufficient capacity in the Availability Zone you requested."

Troubleshoot common issues

  • Wait a few minutes and then submit your request again.
  • Submit a new request with a reduced number of instances.
  • If you're launching an instance, submit a new request without specifying an Availability Zone.
  • If you're launching an instance, submit a new request using a different instance type. You can resize at a later stage, if needed.
  • Launching instances into a cluster placement group might cause an insufficient capacity error. For more information, see Working with placement groups.

For more information, see Insufficient instance capacity.

Move the instance

If the preceding troubleshooting steps don't resolve the problem, then you can move the instance to another VPC or to another subnet and Availability Zone.

Avoid insufficient capacity errors on critical machines

Consider creating On-Demand Capacity Reservations in advance. To use an On-Demand Capacity Reservation, do the following:

  1. Create the Capacity Reservation in an Availability Zone.
  2. Launch critical instances into your Capacity Reservation. You can view real-time Capacity Reservation usage, and launch instances into it as needed.

Note: The request to create a Capacity Reservation might fail for the following reasons:

  • There isn't enough capacity to fulfill the request.
  • You exceeded your On-Demand Instance quota.

For more information, see Work with Capacity Reservations.

Related information

Why am I unable to start or launch my EC2 instance?

AWS OFFICIAL
AWS OFFICIALUpdated 10 months ago
4 Comments

I'm curious how I can ask to launch EC2 instance in any AZ, using AWS CLI? Currently, I'm using "aws ec2 run-instances .... --subnet-id subnet-xxxx", where subnet-xxxx is one of subnets for my custom VPC, located in specific AZ.

Thanks, Vitaly

replied 5 months ago

Thank you for your comment. We'll review and update the Knowledge Center article as needed.

profile pictureAWS
MODERATOR
replied 5 months ago

Why would I get this error on a dedicated host? Thats what I'm getting for a dedicated mac host - m2.metal. "Failed to start the instance i-092ca07b85cd0a87c Dedicated host h-0c86b2bf6ea52b192 has insufficient capacity to launch the instances in this request."...

chris
replied 2 months ago

Thank you for your comment. We'll review and update the Knowledge Center article as needed.

profile pictureAWS
MODERATOR
replied 2 months ago