
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 across multiple teams and projects. This approach promotes standardization and reduces the risk of configuration drift.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
You are responsible for managing AWS resources for a large organization with multiple teams and projects. To ensure consistent and standardized deployments, which approach would be most appropriate?
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