ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

458 / 500

Question 458:

Your team starts to build a CI/CD pipeline in AWS CodePipeline. Before the application is deployed in production, you have added an approval action in a stage to stop the CodePipeline pipeline. Your project manager needs to manually approve the action for the pipeline to proceed. However, the project manager informs you that he does not have enough permissions to approve it with his IAM user. How would you resolve this problem?

Answer options:

A.Add the project manager’s IAM user as an approver in the CodePipeline manual approval stage and rerun the pipeline.
B.In the AWS IAM console, attach the AWS managed IAM policy AWSCodePipelineFullAccess to the project manager’s IAM user.
C.Configure an SNS topic in the manual approval stage and subscribe the project manager’s work email to the SNS topic so that he can approve the action.
D.Attach the AWSCodePipelineApproverAccess managed policy to the project manager’s IAM user.