Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A developer must deploy changes to an AWS Lambda function and Amazon SNS topics in a pre-production AWS account without disrupting the current pre-production application. What is the appropriate deployment strategy?
A
Deploy using AWS SAM CLI directly to the pre-production account.
B
Create a change set in the pre-production account using AWS SAM CLI.
C
Deploy using AWS SAM CLI to a separate development AWS account.
D
Modify the pre-production CloudFormation stack to include a development stage.