Last active
May 6, 2019 10:20
-
-
Save croosen/a1397e28bffa0e35c3ae5281703bc460 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ 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