Please enable JavaScript.
Coggle requires JavaScript to display documents.
AWS CloudFormation - IaC (Infrastructure as Code) (Benefits (consistency,…
AWS CloudFormation - IaC (Infrastructure as Code)
Benefits
consistency
less time and effort for configuration
version control (git), code review
free to use
can be used to perform updates
easy rollback/delete for stack
Template
Input Types
YAML
JSON
Fields
AWSTemplateFormatVersion
- always 2010-09-09
Description
Metadata
Parameters
Conditions
Mappings
- values based on region. etc
Transform
- nested yaml/json blocks
Resources
- main part
Outputs
- data output
SAM - Serverless Application Model
SAM CLI
sam package
sam deploy
Features
simplified syntax for serverless apps
APIs
Lambda
DynamoDB