Medium1 markMultiple Choice
AWS SAP-C02 · Question 30 · Domain 2.1: Deployment Strategy
A development team uses AWS CDK to define infrastructure. They want to deploy a new serverless application across 3 AWS Regions simultaneously using a CI/CD pipeline. Which AWS service combination is BEST suited for orchestrating this?
A development team uses AWS CDK to define infrastructure. They want to deploy a new serverless application across 3 AWS Regions simultaneously using a CI/CD pipeline. Which AWS service combination is BEST suited for orchestrating this?
Answer options:
A.
AWS CodeDeploy deploying directly to Lambda.
B.
AWS CodePipeline with AWS CodeBuild executing CDK commands.
C.
AWS CloudFormation StackSets triggered by S3.
D.
AWS Systems Manager Automation.
How to approach this question
Identify the CI/CD orchestrator and the build tool that can run CLI commands.
Full Answer
B.AWS CodePipeline with AWS CodeBuild executing CDK commands.✓ Correct
AWS CodePipeline with AWS CodeBuild executing CDK commands.
AWS CodePipeline orchestrates the release process, while CodeBuild provides the compute environment to execute AWS CDK deployments.
Common mistakes
Choosing CodeDeploy for infrastructure-as-code deployments.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 3
75 questions · hints · full answers · grading
More questions from this exam
Q01An enterprise has 100 VPCs across 5 AWS Regions. They need to establish a highly available, trans...HardQ02A company uses AWS Organizations. The CISO requires that no EC2 instances can be launched outside...MediumQ03An application uses Amazon Aurora PostgreSQL. To meet disaster recovery requirements, the databas...HardQ04A company is setting up a new multi-account AWS environment. They want to automate the creation o...MediumQ05An organization wants to allocate AWS costs to specific departments. They use multiple AWS accoun...Medium
Expert