Question 96:
Your company is hosting a web application on AWS (with an autoscaling group already in place). According to the architectural best practices, the application must be highly available, scalable, cost-effective, with high-performance, and require minimal human intervention. You have deployed the web servers and database servers in the public and private subnet of the VPC, respectively. While testing the application via a web browser, you noticed that the application is not accessible.
Answer options:
A.Configure a NAT instance in your VPC and 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.Assign EIP`s to all web servers. Configure a Route53 A-Record set with all EIPs with health checks and DNS failover.