Created
October 19, 2014 16:13
-
-
Save rhysgodfrey/518b61873fd449406cc0 to your computer and use it in GitHub Desktop.
AWS Quick Start Demo - VPC and Resources Setup Powershell
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
## https://gist.github.com/rhysgodfrey/39ec61b1f3274bd43d5a should be saved in the same directory as this script as | |
$template = Get-Content .\aws-quick-start-demo-vpc-setup.template -Raw | |
New-CFNStack -StackName "AWSQuickStartDemo" -Capabilities @( "CAPABILITY_IAM" ) -TemplateBody $template |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment