AWS Certified SysOps Administrator – Associate — Question 343

A company manages its production applications across several AWS accounts. The company hosts the production applications on Amazon EC2 instances that run Amazon Linux 2. The EC2 instances are spread across multiple VPCs. Each VPC uses its own Amazon Route 53 private hosted zone for private DNS.

A VPC from Account A needs to resolve private DNS records from a private hosted zone that is associated with a different VPC in Account B.

What should a SysOps administrator do to meet these requirements?

Answer options

Correct answer: D

Explanation

To associate a private hosted zone in Account B with a VPC in Account A, the owner of the private hosted zone (Account B) must first authorize the association. This is done by creating a VPC association authorization via the AWS CLI or API. Once authorized, the owner of the VPC (Account A) can complete the association process using the AWS CLI or API.