Medium1 markMultiple Choice
AWS SAP-C02 · Question 34 · Domain 2.1: Deployment Strategy
A development team is building a new serverless application using AWS CDK. The application uses Amazon API Gateway, AWS Lambda, and Amazon DynamoDB. The team wants to implement a CI/CD pipeline that automatically deploys changes to a staging environment, runs integration tests, and then deploys to production. They want to manage the pipeline infrastructure as code alongside the application code. Which AWS service is BEST suited for this?
A development team is building a new serverless application using AWS CDK. The application uses Amazon API Gateway, AWS Lambda, and Amazon DynamoDB. The team wants to implement a CI/CD pipeline that automatically deploys changes to a staging environment, runs integration tests, and then deploys to production. They want to manage the pipeline infrastructure as code alongside the application code. Which AWS service is BEST suited for this?
Answer options:
A.
AWS CDK Pipelines
B.
AWS CodeStar
C.
AWS Elastic Beanstalk
D.
AWS CloudFormation StackSets
How to approach this question
Identify the CI/CD tool specifically designed to work natively with AWS CDK.
Full Answer
A.AWS CDK Pipelines✓ Correct
AWS CDK Pipelines is a construct library module for the AWS Cloud Development Kit (CDK). It makes it easy to set up continuous deployment pipelines (backed by AWS CodePipeline) for your CDK applications. You define your pipeline in the same language as your application code, and it automatically updates itself when you change the pipeline definition.
Common mistakes
Choosing StackSets, which handles multi-account deployment but lacks CI/CD orchestration.
Practice the full AWS Solutions Architect Professional SAP-C02 Practice Exam 5
75 questions · hints · full answers · grading
More questions from this exam
Q01A global enterprise is redesigning its AWS network architecture across 50 AWS accounts and 3 AWS ...HardQ02A company uses AWS Organizations to manage multiple accounts. The security team mandates that no ...MediumQ03A financial institution requires a disaster recovery strategy for its critical trading applicatio...HardQ04An enterprise is setting up a new multi-account AWS environment using AWS Control Tower. They nee...MediumQ05A company has a complex AWS environment with hundreds of linked accounts under AWS Organizations....Hard
Expert