These are some basic CloudFormation template examples. This examples are part of the Lono CloudFormation Framework Introduction blog tutorial series.
- Part 1: EC2 Instance
- Part 2: EC2, EIP, and Preview
- Part 3: Configs Params Variables
- Part 4: Layering
Commands:
gem install lono
lono new infra
cd infra
lono blueprint new demo
lono summary demo
lono cfn deploy demo
lono cfn delete demo
Commands:
lono cfn deploy demo
lono cfn delete demo
Commands:
lono cfn deploy demo
lono cfn delete demo
Commands:
LONO_ENV=development lono cfn deploy demo-development --blueprint demo
LONO_ENV=production lono cfn deploy demo-production --blueprint demo
LONO_ENV=development lono cfn delete demo-development
LONO_ENV=production lono cfn delete demo-production
You may also be interested in the Raw CloudFormation Examples from the A Simple Introduction to AWS CloudFormation Series.