Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a deployment pipeline with an AWS CodeBuild stage requiring database access for integration tests, which method ensures the most secure handling of database credentials, given a company policy for automatic credential rotation?
A
Hardcoding credentials in the buildspec.yml file and using an AWS Lambda function for credential rotation.
B
Using environment variables linked to AWS Systems Manager Parameter Store SecureString parameters with automatic rotation configured.
C
Utilizing environment variables linked to AWS Secrets Manager secrets with automatic rotation enabled.
D
Using environment variables with plaintext connection strings and an Amazon EventBridge event for credential rotation.