Question 267:
A customer is deploying an SSL-enabled Web application on AWS that reads the certificate from ACM. They would like to implement a separation of roles between the EC2 service administrators entitled to login to Instances and make API calls and the security officers who maintain and have exclusive access to the application`s X.509 certificate contains the private key. Which configuration option would satisfy the above requirements?
Answer options:
A.Configure IAM policies authorizing access to the ACM certificate store only to the authorized security officers. B.Configure system permissions on the web servers to restrict access to the certificate only to the authorized security officers. C.Upload the certificate on an S3 bucket owned by the security officers and accessible only by the EC2 role of the web servers D.Configure the web servers to retrieve the certificate upon boot from a CloudHSM that is managed by the security officers.