Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How can a developer most efficiently integrate a product owner's approval step into an AWS CodePipeline deployment process that uses Amazon SNS for notifications?
A
Introduce a pre-production stage with a manual approval and SNS notification setup in CodePipeline.
B
Create a Step Functions state machine for approval notifications and integrate it into a new pre-production stage in CodePipeline.
C
Add a manual approval step to the existing production stage in CodePipeline, utilizing the SNS topic for product owner notifications.
D
Establish a CodePipeline notification rule for manual approval events, with the SNS topic configured to alert the product owner.