Skip to content

Instantly share code, notes, and snippets.

@markymarkus
Last active March 30, 2020 06:42
Show Gist options
  • Save markymarkus/df05099ec778c2d7a16cd236bb6cea42 to your computer and use it in GitHub Desktop.
Save markymarkus/df05099ec778c2d7a16cd236bb6cea42 to your computer and use it in GitHub Desktop.
# cloudformation package and deploy
aws cloudformation package --s3-bucket BUCKET-NAME --output-template-file packaged.yaml --region eu-west-1 --template-file template.yaml
aws cloudformation deploy --template-file packaged.yaml --stack-name STACK-NAME --parameter-overrides ParameterName=ParameterValue --capabilities CAPABILITY_IAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment