AWS Certified DevOps Engineer – Professional — Question 20

A company is deploying a container-based application using AWS CodeBuild. The Security team mandates that all containers are scanned for vulnerabilities prior to deployment using a password-protected endpoint. All sensitive information must be stored securely.
Which solution should be used to meet these requirements?

Answer options

Correct answer: C

Explanation

Option C is correct because storing the password in the AWS Systems Manager Parameter Store as a secure string ensures that it is securely managed and accessed. Options A and B do not provide the same level of convenience and security for storing the password, while option D requires additional policies and SDK usage that complicates the solution without necessity.