Introduction to AWS CloudFormation. AWS Cloud Development Kit (CDK) Overview of AWS Marketplace Benefits of AWS Marketplace How to Deliver Software to Clients
service that allows you to manage configure and provision your AWS Infrastructure as a Code. Resources are defined using a CloudFormation template. Supports YAML or JSON. CloudFormation interprets the template and makes the appropriate API calls to create the resources you have defined. Free to use (charged for what you create). You can version control your templates. Can be used to rollback and delete the entire stack.