
AWS Certified Data Engineer - Associate
Get started today
Ultimate access to all questions.
In a data engineering project, you need to implement a solution for managing and deploying infrastructure resources in a consistent and repeatable manner. Which AWS service would be most suitable for this task, and why?
In a data engineering project, you need to implement a solution for managing and deploying infrastructure resources in a consistent and repeatable manner. Which AWS service would be most suitable for this task, and why?
Explanation:
AWS Lambda (B) is a serverless compute service and is not designed for managing infrastructure resources. AWS CodePipeline (C) is a continuous integration and delivery service, but it is not an infrastructure management service. AWS Elastic Beanstalk (D) is a service for deploying and scaling web applications and services, but it is not specifically designed for infrastructure management. AWS CloudFormation (A) 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 this task.