
Answer-first summary for fast verification
Answer: AWS CloudFormation
Amazon EC2 (A) is a service for launching and managing virtual servers in the cloud, but it is not specifically designed for infrastructure management. Amazon S3 (B) is a service for storing and retrieving data, but it is not an infrastructure management service. Amazon RDS (D) is a managed relational database service, but it is not designed for managing infrastructure resources. AWS CloudFormation (C) is an infrastructure as code (IaC) service that allows you to use templates to define and provision AWS resources in a consistent and repeatable manner, making it the most suitable service for managing and deploying infrastructure resources in a cloud environment.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
In a data engineering project, you need to implement a solution for managing and deploying infrastructure resources in a cloud environment. Which of the following cloud services would be most suitable for this task, and why?
A
Amazon EC2
B
Amazon S3
C
AWS CloudFormation
D
Amazon RDS