jamiebuckley / parley-infrastructure

Cloudformation stack for parley

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parley Infrastructure

Cloudformation scripts for setting up infrastructure for parley

Useful Commands

####1. Package

aws cloudformation package --template-file master.yaml --s3-bucket infrastructure.parley.abstractmechanics.co.uk --output-template-file master-deploy.yaml

####2. Deploy

aws cloudformation deploy --template-file master-deploy.yaml --stack-name parley --capability CAPABILITY_NAMED_IAM

####3. Delete

aws cloudformation delete-stack --stack-name parley

About

Cloudformation stack for parley


Languages

Language:Shell 100.0%