Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 606 Bytes

README.md

File metadata and controls

29 lines (22 loc) · 606 Bytes

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