🔥 3-day streak
AWS Certified DevOps Engineer - Professional92 / 204
Question 92 of 204

A team uses AWS CodePipeline with a Source stage (CodeCommit), a Build stage (CodeBuild), a manual approval action, and a Deploy stage. Developers frequently push multiple commits in quick succession. They notice that when several executions are queued, an older execution sometimes reaches the manual approval gate and gets approved and deployed AFTER a newer commit has already been deployed, causing an older version of the code to overwrite the newer one in production. The team wants to guarantee that only the most recent change is deployed and that superseded executions are not deployed. What is the MOST appropriate solution?

Reviewed for accuracy · Report an issueNext question