pataiji / cfn-stack-launcher

This is a tool to launch a stack of AWS CloudFormation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:GNU General Public License v3.0


Languages

Language:Go 100.0%