AWS Certified SysOps Administrator – Associate (legacy) — Question 335

A user has launched an EC2 instance. The instance got terminated as soon as it was launched. Which of the below mentioned options is not a possible reason for this?

Answer options

Correct answer: A

Explanation

If an account reaches its maximum EC2 instance limit, AWS prevents the launch entirely by returning an InstanceLimitExceeded error, meaning the instance never even starts. Conversely, issues like corrupt snapshots, missing AMIs, or reaching volume limits will allow the launch process to begin but cause the instance to terminate immediately after starting.