AWS Certified Developer – Associate — Question 24

A Development team decides to adopt a continuous integration/continuous delivery (CI/CD) process using AWS CodePipeline and AWS CodeCommit for a new application. However, management wants a person to review and approve the code before it is deployed to production.
How can the Development team add a manual approver to the CI/CD pipeline?

Answer options

Correct answer: D

Explanation

The correct answer is D because adding an approval action to the pipeline allows for a pause in execution until the approval is granted, which meets the requirement for manual review. Option A does not integrate directly with the pipeline for automatic pausing, and options B and C do not provide a means for halting the pipeline for approval before deployment.