
Ultimate access to all questions.
A company's custom 10 KB Root CA Cert is used for SSL in on-premises HTTPS and AWS Lambda functions. The Root CA Cert must be updated efficiently without rebuilding Lambda functions and must be applicable across separate AWS accounts for development, testing, and production. Identify the most cost-effective solution:
A
Utilize AWS Secrets Manager for storing the Root CA Cert with IAM policy access control.
B
Employ AWS Systems Manager Parameter Store for SecureString parameter storage and resource-based policy access management.
C
Leverage an Amazon S3 bucket for Root CA Cert storage with a resource-based policy for access.
D
Adjust Lambda code to fetch the Root CA Cert and update the runtime trust store internally within the Lambda handler.
E
Refactor Lambda code to acquire the Root CA Cert and modify the runtime trust store externally from the Lambda handler.