Skip to content

Instantly share code, notes, and snippets.

@joaogolias
Last active October 18, 2020 17:46
Show Gist options
  • Save joaogolias/a642ac17d6d8935898f9c4b52feccbb5 to your computer and use it in GitHub Desktop.
Save joaogolias/a642ac17d6d8935898f9c4b52feccbb5 to your computer and use it in GitHub Desktop.
aws cloudformation create-stack --stack-name MYTESTSTACK --template-body FILE --capabilities CAPABILITY_NAMED_IAM
// or
aws cloudformation create-stack --stack-name MYTESTSTACK --template-url AWS_S3_URL --capabilities CAPABILITY_NAMED_IAM
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment