A company has an infernal web application that runs on Amazon EC2 instances behind an Application Load Balancer. The instances run in an Amazon EC2 Auto Scaling group in a single Availability Zone. A SysOps administrator must make the application highly available. Which action should the SysOps administrator take to meet this requirement?
- AIncrease the maximum number of instances in the Auto Scaling group to meet the capacity that is required at peak usage.
- BIncrease the minimum number of instances in the Auto Scaling group to meet the capacity that is required at peak usage.
- CUpdate the Auto Scaling group to launch new instances in a second Availability Zone in the same AWS Region. (correct answer)
- DUpdate the Auto Scaling group to launch new instances in an Availability Zone in a second AWS Region.
Reveal answer & explanationHide answer
The correct answer is C. Option C: Update the Auto Scaling group to launch new instances in a second Availability Zone in the same AWS Region.
Explanation
Auto Scaling adjusts capacity automatically to match demand, improving availability and cost efficiency. By spanning multiple Availability Zones / adding redundancy, this option provides the high availability and resilience required.