CloudGuild · Blog · Cheat sheets · Lessons · Certifications

AWS Certified Solutions Architect - Associate Exam Question Walkthrough

Struggling with AWS exam questions? This post breaks down a key question about EC2 instance management for SAA-C03.

A common pitfall for candidates is understanding how to maintain application availability and resilience in AWS. This question tests your knowledge of EC2 instance management and the services that ensure operational continuity.

The question

A fleet of EC2 instances must automatically replace unhealthy instances and maintain capacity across multiple AZs. Which service provides this?

Think before you scroll

Consider the functionality needed to automatically manage EC2 instances in a resilient architecture. Pay attention to the requirements of replacing unhealthy instances and maintaining capacity across multiple Availability Zones (AZs).

The answer

The correct option is A. AWS Auto Scaling group spanning multiple AZs. An Auto Scaling group can perform health checks, automatically replace unhealthy instances, and maintain capacity across multiple AZs, which is essential for resilience.

Why the other options lose

The concept behind it

The principle at play here is the importance of resilience in cloud architectures. An Auto Scaling group ensures that your application can adjust its capacity based on demand and health of the instances. It automatically replaces unhealthy instances to maintain the desired capacity, which is critical for high availability.

Exam trap to remember

Always remember: when asked about maintaining instance health and capacity across multiple AZs, think Auto Scaling. It’s your go-to service for resilience in EC2 architectures.

Take the free SAA-C03 mock exam

Take a free mock exam →