AWS Certified Security – Specialty — Question 431

A company uses Amazon Route 53 to create a public DNS zone for the domain example.com in Account A. The company creates another public DNS zone for the subdomain dev.example.com in Account B. A security engineer creates a wildcard certificate (*.dev.example.com) with DNS validation by using AWS Certificate Manager (ACM). The security engineer validates that the corresponding CNAME records have been created in the zone for dev.example.com in Account B.

After all these operations are completed, the certificate status is still pending validation.

What should the security engineer do to resolve this issue?

Answer options

Correct answer: B

Explanation

The certificate remains in a pending state because public DNS resolvers cannot find the CNAME validation records in Account B without proper delegation from the parent domain. To establish this trust chain, NS records for the subdomain dev.example.com must be added to the parent domain's hosted zone in Account A. Once this delegation is complete, AWS Certificate Manager will be able to query and verify the CNAME records to complete the validation process.