An educational institution wants to set up a standardized research lab environment on AWS for students. The IT department needs to define the network topology, security rules, and virtual desktop instances in a single configuration file that can be automatically launched for each class and easily torn down afterward. Which AWS service allows the IT department to provision these resources using template-driven automation?
- AWS CloudFormationCevap
- BAWS Elastic Beanstalk
- CAWS Management Console
- DAmazon EC2
Cevap
AWS CloudFormation is the correct service because it uses templates to define and provision AWS infrastructure automatically and repeatedly.
AWS CloudFormation is the correct service because it enables Infrastructure as Code (IaC), allowing users to define a stack of AWS resources in a JSON or YAML template file and provision them automatically in a repeatable fashion.
Adım Adım Çözüm
Anahtar Kavram
Infrastructure as Code (IaC) and resource provisioning using AWS CloudFormation templates