Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Amazon Exam ANS-C01 Topic 4 Question 57 Discussion

Actual exam question for Amazon's ANS-C01 exam
Question #: 57
Topic #: 4
[All ANS-C01 Questions]

A company is planning to migrate an internal application to the AWS Cloud. The application will run on Amazon EC2 instances in one VPC. Users will access the application from the

company's on-premises data center through AWS VPN or AWS Direct Connect. Users will use private domain names for the application endpoint from a domain name that is reserved

explicitly for use in the AWS Cloud.

Each EC2 instance must have automatic failover to another EC2 instance in the same AWS account and the same VPC. A network engineer must design a DNS solution that will not expose

the application to the internet.

Which solution will meet these requirements?

Show Suggested Answer Hide Answer
Suggested Answer: C

The correct solution is to use a Route 53 private hosted zone and a Route 53 Resolver inbound endpoint. A private hosted zone allows you to use private domain names for your internal AWS resources without exposing them to the internet. A Route 53 Resolver inbound endpoint enables DNS queries from your on-premises network to be forwarded to your VPC. By configuring conditional forwarding on your on-premises DNS resolvers, you can ensure that only the queries for the AWS reserved domain name are sent to the inbound endpoint. In the private hosted zone, you can create primary and failover records that point to the IP addresses of the EC2 instances. These records will automatically switch to the failover instance if the primary instance becomes unhealthy. You can use CloudWatch metrics and alarms to monitor the application's health and trigger the health check for the primary endpoint.

The other options are not correct because they either expose the application to the internet or use a public hosted zone, which is not suitable for internal applications. Option A assigns public IP addresses to the EC2 instances, which makes them accessible from the internet. Option B uses a public hosted zone, which requires the EC2 instances to have public IP addresses or elastic IP addresses. Option D does not set up a health check on the alarm for the primary endpoint, which is required for the failover mechanism to work.


Contribute your Thoughts:

Nicolette
2 hours ago
I'm not sure about the difference between using public IP addresses versus private IP addresses for the EC2 instances. I'll need to think that through carefully.
upvoted 0 times
...
Antonette
6 days ago
Okay, the key here is to design a solution that doesn't expose the application to the internet. I think options C and D are the way to go, using a private hosted zone and Route 53 Resolver.
upvoted 0 times
...
Peggy
11 days ago
Hmm, I'm a bit confused about the DNS solution requirements. I'll need to carefully read through the options to make sure I understand the differences.
upvoted 0 times
...
Willard
17 days ago
This looks like a pretty straightforward AWS architecture design question. I think I can handle this one.
upvoted 0 times
...

Save Cancel