Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer seeks a secure, low-overhead method to store API credentials for a dashboard displaying multiple bank accounts, using an AWS Lambda function with AWS CloudFormation. Which approach best meets these criteria?
A
Integrate AWS Secrets Manager GenerateSecretString in the CloudFormation template for new credential storage.
B
Employ AWS SDK ssm:PutParameter in Lambda to store credentials as SecureString parameters post-retrieval.
C
Utilize CloudFormation to add a Systems Manager Parameter Store resource with NoEcho for new credential references.
D
Apply AWS SDK ssm:PutParameter in Lambda to store credentials as parameters with NoEcho, referencing new credentials.