A startup company wants to define and provision their AWS infrastructure, such as Amazon EC2 instances and Amazon RDS databases, using a declarative template file. Which AWS service should the company use to automate this provisioning process through Infrastructure as Code (IaC)?
- AWS CloudFormationCevap
- BAWS Elastic Beanstalk
- CAmazon CloudWatch
- DAWS CloudTrail
Cevap
AWS CloudFormation is the correct service because it provides a template-based mechanism to automate the creation and management of AWS infrastructure as code.
AWS CloudFormation is designed specifically for Infrastructure as Code (IaC), allowing users to define resources in JSON or YAML templates and automatically provision them in a predictable order.
Adım Adım Çözüm
Anahtar Kavram
Infrastructure as Code (IaC) with AWS CloudFormation