
Answer-first summary for fast verification
Answer: Deploy using AWS SAM CLI to a separate development AWS account.
The correct answer is C. To avoid impacting the existing pre-production application while testing the changes, deploying the changes to a completely separate AWS account designated for a development environment is the best approach. This isolates the test environment from the pre-production environment, ensuring that the current application used by other team members is unaffected.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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.
No comments yet.