AWS Certified Developer – Associate (DVA-C02) — Question 317

A developer needs approval from a product owner before the developer can deploy code for an application to production. The developer uses AWS CodePipeline to deploy the application. The developer configures an Amazon Simple Notification Service (Amazon SNS) topic to send notifications to the product owner.

Which solution is the MOST operationally efficient way for the developer to receive approval from the product owner?

Answer options

Correct answer: A

Explanation

Option A is the most operationally efficient solution because it uses native CodePipeline features to create a dedicated approval stage and leverages AWS notification rules to trigger SNS alerts automatically upon entering the manual approval state. Option B introduces unnecessary operational overhead by requiring the creation and maintenance of a custom AWS Step Functions state machine. Options C and D are incorrect because they either attempt to combine the approval with the deployment action in a single stage inappropriately or fail to establish the correct sequence of pipeline actions needed to halt the deployment until approved.