Skip to content

tongueroo/lono-cloudformation-examples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lono CloudFormation Examples

BoltOps Badge

These are some basic CloudFormation template examples. This examples are part of the Lono CloudFormation Framework Introduction blog tutorial series.

Tutorial 1

Tutorial 1 Source Code

Commands:

gem install lono
lono new infra
cd infra
lono blueprint new demo
lono summary demo
lono cfn deploy demo
lono cfn delete demo

Tutorial 2

Tutorial 2 Source Code

Commands:

lono cfn deploy demo
lono cfn delete demo

Tutorial 3

Tutorial 3 Source Code

Commands:

lono cfn deploy demo
lono cfn delete demo

Tutorial 4

Tutorial 4 Source Code

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

Raw CloudFormation Tutorial Series

You may also be interested in the Raw CloudFormation Examples from the A Simple Introduction to AWS CloudFormation Series.

About

Lono CloudFormation Template Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published