ExamQuestions.com

Register
Login
AWS Certified Advanced Networking Specialty Exam Questions

Amazon

AWS Certified Advanced Networking Specialty

455 / 585

Question 455:

As an AWS professional you have been told to ensure that traffic to an application is evenly balanced. The application has multiple web servers that host the application? Choose an answer from the options below which will fulfil the above requirement.

Answer options:

A.Configure a NAT instance in your VPC Create a default route via the NAT instance and associate it with all subnets. Configure a DNS A record that points to the NAT instance public IP address.
B.Configure a CloudFront distribution and configure the origin to point to the private IP addresses of your Web servers. Configure a Route53 CNAME record to your CloudFront distribution.
C.Place all your web servers behind ELB. Configure a Route53 ALIAS record to point to the ELB DNS name.
D.Configure ELB with an EIP. Place all your Web servers behind ELB Configure a Route53 A record that points to the EIP.