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.