AWS Certified Solutions Architect – Professional — Question 922

A large company is migrating its on-premises applications to the AWS Cloud. All the company's AWS accounts belong to an organization in AWS Organizations.
Each application is deployed into its own VPC in separate AWS accounts.
The company decides to start the migration process by migrating the front-end web services while keeping the databases on premises. The databases are configured with local domain names that are specific to the on-premises environment. The local domain names must be resolvable from the migrated web services.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is correct because deploying Amazon Route 53 outbound resolvers in a centralized VPC and sharing the forwarding rules via AWS Resource Access Manager (RAM) provides a scalable, native solution with the lowest administrative overhead. Option B is incorrect because managing outbound resolvers in every individual VPC increases costs and management effort. Options C and D are incorrect because using EC2 instances as DNS forwarders introduces unnecessary maintenance, and inbound resolvers are designed for resolving AWS DNS queries from on-premises, not the other way around.