
Ultimate access to all questions.
A company utilizes multiple AWS accounts, with DNS records managed in a private hosted zone on Amazon Route 53 in Account A, and applications and databases hosted in Account B. A solutions architect is tasked with deploying a two-tier application in a new VPC. To streamline the setup, a CNAME record set for the Amazon RDS endpoint, db.example.com, was established in the private hosted zone on Route 53. However, the application failed to launch, and diagnostics indicated that the db.example.com DNS name was not accessible from the EC2 instance. The solutions architect verified that the record set was correctly configured in Route 53. What steps should the solutions architect implement to address this DNS resolution issue? (Select two.)
A
Deploy the database on an independent EC2 instance within the new VPC and create a corresponding record set for the instance's private IP in the private hosted zone.
B
Access the application tier EC2 instance via SSH and manually add the RDS endpoint IP address to the /etc/resolv.conf file.
C
Establish an authorization to link the private hosted zone in Account A to the new VPC in Account B.
D
Generate a private hosted zone for the example.com domain in Account B and set up Route 53 replication across AWS accounts.
E
Connect the new VPC in Account B to the hosted zone in Account A and subsequently remove the association authorization from Account A.