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?

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