AWS Certified SysOps Administrator – Associate — Question 439

A company has an Auto Scaling group of Amazon EC2 instances that scale based on average CPU utilization. The Auto Scaling group events log indicates an
InsufficientInstanceCapacity error.
Which actions should a SysOps administrator take to remediate this issue? (Choose two.)

Answer options

Correct answer: A, B

Explanation

The InsufficientInstanceCapacity error occurs when AWS does not have enough host capacity in a specific Availability Zone to fulfill the request for a particular EC2 instance type. To mitigate this, a SysOps administrator can configure the Auto Scaling group to use other Availability Zones or change the instance type to one with available capacity. Modifying EBS volumes, increasing the Auto Scaling group's maximum size, or requesting a service quota increase (which addresses InstanceLimitExceeded, not InsufficientInstanceCapacity) will not resolve this physical hardware constraint.