Skip to content

Instantly share code, notes, and snippets.

@croosen
Last active May 6, 2019 10:20
Show Gist options
  • Save croosen/a1397e28bffa0e35c3ae5281703bc460 to your computer and use it in GitHub Desktop.
Save croosen/a1397e28bffa0e35c3ae5281703bc460 to your computer and use it in GitHub Desktop.
$ aws cloudformation create-stack --stack-name $your-stack-name --template-body file://template.json --capabilities CAPABILITY_IAM --parameters ParameterKey=S3Bucket,ParameterValue=$your-bucket-name
$ aws cloudformation describe-stacks --stack-name $your-stack-name --query Stacks[0].Outputs
$ aws cloudformation wait stack-create-complete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment