A company is deploying a multi-tier application across two Availability Zones. The web tier must be highly available and scale based on traffic. The application load balancer (ALB) is internet-facing. Which TWO configurations are required to ensure the ALB can route traffic to the web instances across both AZs?
ALB requires multiple AZs for HA.
Why this answer
Options B and D are correct. The ALB must have subnets in both AZs to be highly available, and each target group must include instances from both AZs. Option A is wrong because route tables are not directly relevant to ALB routing.
Option C is wrong because security groups are per instance, not per AZ. Option E is wrong because a single subnet would limit availability.