Question 224:
Your company is working on a new project. Certificates need to be issued from private Certificate Authorities. You would like to create and manage private CAs in AWS Certificate Manager. As part of the redundancy and disaster recovery plan for the project, the private CAs need to be highly available. The application should still work even when one AWS region has an outage. How would you design the private CAs through ACM to meet the redundancy and DR requirements?
Answer options:
A.Create multiple root CAs in two different AWS Regions in ACM. Each root CA and its subordinate CAs operate independently in an AWS region. B.Create root and subordinate CAs in ACM. As ACM is a global service, all CAs installed are configured in different regions automatically. C.Create a root CA in one region through AWS Certificate Manager. Create several redundant subordinate CAs that chain to the root CA in other regions. D.Create a root CA in ACM in one region. Export the CA from ACM and import to ACM in another region to provide extra redundancy.