Easy1 markMultiple Choice
AWS SAP-C02 · Question 57 · Domain 2.1: Deployment Strategy
A company is using AWS CodePipeline for their CI/CD process. They want to introduce a manual approval step before deploying to the production environment. How can this be achieved?
A company is using AWS CodePipeline for their CI/CD process. They want to introduce a manual approval step before deploying to the production environment. How can this be achieved?
Answer options:
A.
Use AWS CodeDeploy to pause the deployment and wait for an API call.
B.
Add a Manual Approval action to the pipeline stage before the production deployment.
C.
Configure an EventBridge rule to stop the pipeline execution.
D.
Use AWS Step Functions to orchestrate the manual approval.
How to approach this question
Identify the native CodePipeline feature for approvals.
Full Answer
B.Add a Manual Approval action to the pipeline stage before the production deployment.✓ Correct
In AWS CodePipeline, you can add an approval action to a stage at the point where you want the pipeline execution to stop so that someone with the required AWS IAM permissions can approve or reject the action.
Common mistakes
Over-engineering with Step Functions or custom API calls.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 2
75 questions · hints · full answers · grading
More questions from this exam
Q01A company is setting up a multi-account AWS environment using AWS Organizations. They need to ens...EasyQ02An enterprise needs to connect its on-premises data center to AWS. They require a dedicated, priv...EasyQ03A company wants to share a single AWS Transit Gateway across multiple AWS accounts within their A...EasyQ04An architect needs to design a highly available database architecture that spans multiple AWS Reg...EasyQ05A global financial institution is migrating its core banking application to AWS. The application ...Medium
Expert