- 1
Modeling the entire infrastructure
Thanks to AWS CloudFormation, you can simulate the entire infrastructure using either a text file or programming languages.
- 2
Automation and deployment
AWS CloudFormation provides application resources in a safe and reproducible way, allowing you to create and recreate infrastructure and applications without having to perform manual actions or write your own scripts.
- 3
Just a code
Defining the infrastructure in the form of code allows you to work with it as with regular code.
CloudFormation.
AWS CloudFormation allows you to use programming languages or a simple text file to automatically safely model and allocate all the resources needed for applications across all regions and user accounts. So you get a single source of reliable information about the resources of AWS and third-party suppliers.