Question 689:
You are planning to launch a web based application in two different regions within US on AWS due to your organization compliance policies. You have setup 2 EC2 instances attached to an elastic load balancer in us-east-1. You have replicated the same setup in us-west-1. Now you have two load balancers which needs to listen traffic from internet. You would want to split the requests equally between both load balancers from a domain name hosted on your AWS Route 53. How should you configure your Route 53 record sets?
Answer options:
A.Create two record sets, one each for us-east-1 and us-west-1 load balancers. Set weighted routing policy with weights as 1 and 2 respectively. B.Create two record sets, one each for us-east-1 and us-west-1 load balancers. Set weighted routing policy with weights as 1 and 1 respectively. C.Create one record set and select both load balancers as Alias Targets. Set weighted routing policy with weights as 1 and 2 respectively. D.Create one record set and select both load balancers as Alias Targets. Set weighted routing policy with weights as 1 and 1 respectively.