
Answer-first summary for fast verification
Answer: Infrastructure as Code (IaC) using AWS CloudFormation or AWS CDK
For large organizations with multiple teams and projects, Infrastructure as Code (IaC) using AWS CloudFormation or AWS Cloud Development Kit (CDK) is the most appropriate approach to ensure consistent and standardized deployments. IaC allows you to define and manage your infrastructure resources programmatically, enabling versioning, automation, and repeatability.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
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
Manual provisioning using the AWS Management Console
B
Infrastructure as Code (IaC) using AWS CloudFormation or AWS CDK
C
One-time operations using AWS SDKs or AWS CLI
D
Hybrid cloud deployment
No comments yet.