AWS Certified Solutions Architect – Professional — Question 930

Someone is creating a VPC for their application hosting. He has created two private subnets in the same availability zone and created one subnet in a separate availability zone. He wants to make a High Availability system with an internal Elastic Load Balancer.
Which choice is true regarding internal ELBs in this scenario? (Choose two.)

Answer options

Correct answer: A, C

Explanation

An internal Elastic Load Balancer (ELB) routes traffic to targets with private IP addresses and should be launched within private subnets. Furthermore, AWS restricts ELB configurations to a maximum of one subnet per Availability Zone, which prevents associating multiple subnets from the same AZ with a single load balancer.