A university research team needs to provision a standardized set of AWS resources—consisting of an Amazon Virtual Private Cloud (Amazon VPC), three Amazon EC2 instances, and an Amazon RDS database—for multiple student projects. They want to define this entire architecture in a single YAML template so they can easily deploy, update, and tear down identical environments for each project. Which AWS service is designed to meet this requirement?
- AAWS Software Development Kit (AWS SDK)
- BAWS Command Line Interface (AWS CLI)
- AWS CloudFormationCevap
- DAWS Elastic Beanstalk
Cevap
AWS CloudFormation
AWS CloudFormation is an Infrastructure as Code (IaC) service that allows you to define your entire AWS infrastructure in a declarative YAML or JSON template. It automatically provisions and manages all the resources in the stack, ensuring consistent deployments and simple teardowns.
Adım Adım Çözüm
Anahtar Kavram
AWS CloudFormation is the native Infrastructure as Code (IaC) service used to define, deploy, and manage AWS resource stacks using templates.
Tahmini Süre:1m 30s