Skip to content

This is a tool to launch a stack of AWS CloudFormation

License

Notifications You must be signed in to change notification settings

pataiji/cfn-stack-launcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfn-stack-launcher

This is a tool to launch AWS CloudFormation Stacks.

You can manage CloudFormation parameters in YAML.

Installation

Download from here

Usage

Write a YAML

TemplateUrl: # Specify the tempalte url that is located in S3
StackName: # Specify then stack name
Parameters: # Specify parameters required from the template
  ExampleParam1: hoge
  ExampleParam2: fuga

View a change set

$ cfn-stack-launcher get-change-set sample.yml

Deploy a template

$ cfn-stack-launcher deploy sample.yml

About

This is a tool to launch a stack of AWS CloudFormation

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages