ExamQuestions.com

Register
Login
AWS Certified Developer Associate Exam Questions

Amazon

AWS Certified Developer Associate

147 / 474

Question 147:

You are using the AWS CodeDeploy service to deploy an application onto AWS. The application uses secure parameters which are stored in the AWS Systems Manager Parameter Store. Which of the following must be done so that the deployment can be automated via CodeDeploy? Choose 2 answers from the options given below.

Answer options:

A.Use the aws ssm get-parameters with the --with-decryption option.
B.Use the AWS SSM get-parameters with the --with-no-decryption option.
C.Give permissions to the AWS Code Deploy service via AWS Access Keys.
D.Give permissions to the AWS Code Deploy service via an IAM Role.