/cfn-stack-launcher

This is a tool to launch a stack of AWS CloudFormation

Primary LanguageGoGNU General Public License v3.0GPL-3.0

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