Which AWS service allows users to define and provision infrastructure resources using code?
- AWS CloudFormation
- AWS EC2
- AWS Lambda
- AWS S3
AWS CloudFormation is the AWS service that allows users to define and provision infrastructure resources using code. It enables the creation and management of AWS resources through templates, facilitating infrastructure as code practices.
Loading...