AWS Certified SysOps Administrator – Associate — Question 372

A company uses a multi-account structure in the AWS Cloud. The company's environment includes a shared account for common resources. The environment also includes a development account for new application development. The company uses Amazon Route 53 for DNS management. The company manages all its Route 53 hosted zones from the shared account.

A SysOps administrator needs to obtain a new SSL/TLS certificate for an application that is deployed in the development account.

What must the SysOps administrator do to meet this requirement?

Answer options

Correct answer: C

Explanation

To secure an application with an SSL/TLS certificate using AWS Certificate Manager (ACM), the certificate must be requested in the same AWS account where the application or load balancer is deployed (the development account). Because the Route 53 public hosted zones reside in the shared account, the administrator must create the CNAME validation records in the shared account's Route 53 hosted zone to complete DNS validation. AWS KMS keys are not involved in validating ACM certificates, making options A and D incorrect, and ACM certificates cannot be associated with resources in different accounts, making option B incorrect.