Amazon
DOP-C02 · Question #433
DOP-C02 Question #433: Real Exam Question with Answer & Explanation
Sign in or unlock DOP-C02 to reveal the answer and full explanation for question #433. The question stem and answer options stay visible for context.
Submitted by cyberguy42· Mar 6, 2026SDLC Automation
Question
A company is developing an application that uses AWS Lambda functions. A DevOps engineer must create an AWS CloudFormation template that defines a deployment configuration for gradual traffic shifting to new Lambda function versions. Which CloudFormation resource configuration will meet this requirement?
Options
- AUse an AWS::CodeDeploy::DeploymentConfig resource. Define a TimeBasedCanary
- BUse an AWS::CodeDeploy::DeploymentGroup resource. Define the DeploymentStyle property as
- CUse an AWS::Lambda::Version resource with the VersionWeight property to control the
- DUse an AWS::Lambda::Alias resource with the RoutingConfig property to specify weights for
Unlock DOP-C02 to see the answer
You've previewed enough free DOP-C02 questions. Unlock DOP-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.
Topics
#AWS Lambda#Gradual traffic shifting#Canary deployment#AWS CloudFormation#Lambda Alias