
Answer-first summary for fast verification
Answer: Implement Infrastructure as Code (IaC) using AWS CloudFormation
Infrastructure as Code (IaC) with AWS CloudFormation is the most suitable approach for frequent and consistent deployments. CloudFormation allows you to define your infrastructure as code, enabling repeatable and automated deployments. This approach ensures consistency and reduces the risk of human error during manual deployments.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are tasked with deploying a new web application that requires frequent updates and changes. Which approach would be most suitable to ensure consistent and efficient deployments?
A
Use the AWS Management Console for manual deployment
B
Implement Infrastructure as Code (IaC) using AWS CloudFormation
C
Utilize AWS SDKs for programmatic deployment
D
Use one-time AWS CLI commands for each deployment
No comments yet.