A cloud administrator wants to deploy and manage a collection of related AWS resources in an orderly and predictable fashion. They decide to write a template file in JSON or YAML format that defines all the resources they need. Which AWS service should the administrator use to deploy these resources based on this template file?
- AWS CloudFormationAnswer
- BAWS Elastic Beanstalk
- CAmazon EC2
- DAWS CloudTrail
Answer
AWS CloudFormation
AWS CloudFormation is the service designed to provision and manage AWS resources using templates. By writing a JSON or YAML file, administrators can define their infrastructure as code (IaC) and deploy the resources consistently and repeatedly.
Step-by-Step Solution
Key Concept
Infrastructure as Code (IaC) deployment using AWS CloudFormation templates
Estimated Time:45s