AWS Cloud Formation

AWS CloudFormation is programmable yaml to create AWS resources instead of clicking in AWS console.

Structure of aws-config.yml:

AWSTemplateFormatVersion: "2010-09-09"

# Input
Parameters:

# Specify Resources
Resources:

# Returned resources by this template
Outputs:

Fn::Select can be shorten as !Select. You can use these functions in CloudFormation yaml.