Last active
March 30, 2020 06:42
-
-
Save markymarkus/df05099ec778c2d7a16cd236bb6cea42 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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