
Answer-first summary for fast verification
Answer: Implement infrastructure as code (IaC) using AWS CloudFormation
Infrastructure as code (IaC) using AWS CloudFormation allows you to define your infrastructure resources in code, enabling repeatable and consistent deployments. This approach is ideal for applications requiring frequent updates and changes.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
You are deploying a new application that requires frequent updates and changes. Which approach would be most suitable to ensure efficient and consistent deployments?
A
Use the AWS Management Console for manual provisioning
B
Implement infrastructure as code (IaC) using AWS CloudFormation
C
Utilize one-time operations through the AWS CLI
D
Provision resources directly through AWS APIs
No comments yet.