AWS CloudFormation Documentation
Extensibility
Using the AWS CloudFormation Registry, you can model and provision third-party resources.
You can build your own resource providers using the AWS CloudFormation CLI, an open-source tool that streamlines the development process, including local testing and code generation capabilities.
Cross account & cross-region management
CloudFormation let you provision a common set of AWS resources across multiple accounts and regions.
Authoring with JSON/YAML
CloudFormation allows you to model your cloud environment in text files. You can use open-source declarative languages, such as JSON or YAML, to describe what AWS resources you want to create and configure.
Authoring with familiar programming languages
With the AWS Cloud Development Kit (AWS CDK), you can define your cloud environment using familiar programming languages, and then provision your infrastructure using CloudFormation directly from your IDE.
Build serverless applications with SAM
You can build serverless applications with the AWS Serverless Application Model (SAM), an open-source framework that provides shorthand syntax to express functions, APIs, databases, and event source mappings.
Controls
CloudFormation automates provisioning and updating your infrastructure in a controlled manner. You can use Rollback Triggers to specify the CloudWatch alarms that CloudFormation should monitor during the stack creation and update process.
Preview changes to your environment
AWS CloudFormation allows you to preview how proposed changes to a stack might affect your running resources, for example to check whether your changes will delete or replace any particular resources.
Dependency management
AWS CloudFormation manages dependencies between your resources during stack management actions. CloudFormation supports determining the correct sequence of actions to take for each resource when performing stack operations.
Additional Information
For additional information about service controls, security features and functionalities, including, as applicable, information about storing, retrieving, modifying, restricting, and deleting data, please see https://docs.aws.amazon.com/index.html. This additional information does not form part of the Documentation for purposes of the AWS Customer Agreement available at http://aws.amazon.com/agreement, or other agreement between you and AWS governing your use of AWS’s services.

