ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

350 / 474

Question 350:

Your team is planning to use the AWS Code Build service to test out the build of the application. The application needs to connect to a database. How should you securely store the database password so that it is available during the build process?

Answer options:

A.Store the password as an environment variable on the build server.
B.Store the password in AWS Systems Manager Parameter Store.
C.Store the password in a config file on the build server.
D.Store the password in a config file in the application.