Which THREE of the following are considerations when designing a VPC with multiple Availability Zones for high availability? (Choose THREE.)
ALB can route traffic to multiple AZs.
Why this answer
An Application Load Balancer (ALB) distributes incoming traffic across multiple targets, such as EC2 instances, in different Availability Zones (AZs). By registering instances from multiple AZs with the ALB, you ensure that if one AZ becomes unavailable, the ALB can route traffic to healthy instances in another AZ, thereby maintaining high availability. This aligns with the AWS Well-Architected Framework's recommendation to deploy workloads across multiple AZs and use a load balancer to handle failover.
Exam trap
The ANS-C01 exam often tests the misconception that a single subnet can span multiple Availability Zones, but AWS strictly requires each subnet to be confined to one AZ, and candidates may also incorrectly assume that a single NAT gateway is sufficient for high availability if they overlook the single point of failure risk.