Question 299:
Someone on your team configured a Virtual Private Cloud with two public subnets in two separate AZs and two private subnets in two separate AZs. Each public subnet AZ has a matching private subnet AZ. The VPC and its subnets are properly configured. There are multiple webserver instances in the private subnet. You are told to set up a public-facing Elastic Load Balancer in the public subnets to accept requests from clients and distribute those requests to the webserver instances. How can you set this up?
Answer options:
A.Select both of the private subnets which contain the webserver instances when configuring the ELB.B.Move the webserver instances from the public subnets to the private subnets and then configure the ELB with those subnets. C.Select both of the public subnets when configuring the ELB.D.You can`t. The ELB must be in the same private subnets as the webserver instances.