DOP-C02 · Question #97
A company is developing a new application. The application uses AWS Lambda functions for its compute tier. The company must use a canary deployment for any changes to the Lambda functions. Automated r
The correct answer is B. Create an AWS Serverless Application Model (AWS SAM) template for the application. Define each C. Create an AWS CodeCommit repository. Create an AWS CodePipeline pipeline. Use the CodeCommit F. Create an Amazon CloudWatch alarm for each Lambda function. Configure the alarms to enter the. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm.ht
Question
A company is developing a new application. The application uses AWS Lambda functions for its compute tier. The company must use a canary deployment for any changes to the Lambda functions. Automated rollback must occur if any failures are reported. The company's DevOps team needs to create the infrastructure as code (IaC) and the CI/CD pipeline for this solution. Which combination of steps will meet these requirements? (Choose three.)
Options
- ACreate an AWS CloudFormation template for the application. Define each Lambda function in the
- BCreate an AWS Serverless Application Model (AWS SAM) template for the application. Define each
- CCreate an AWS CodeCommit repository. Create an AWS CodePipeline pipeline. Use the CodeCommit
- DCreate an AWS CodeCommit repository. Create an AWS CodePipeline pipeline. Use the CodeCommit
- ECreate an Amazon CloudWatch composite alarm for all the Lambda functions. Configure an evaluation
- FCreate an Amazon CloudWatch alarm for each Lambda function. Configure the alarms to enter the
How the community answered
(29 responses)- A14% (4)
- B48% (14)
- D28% (8)
- E10% (3)
Explanation
https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/Create_Composite_Alarm.ht
Topics
Community Discussion
No community discussion yet for this question.