Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save rhysgodfrey/518b61873fd449406cc0 to your computer and use it in GitHub Desktop.
Save rhysgodfrey/518b61873fd449406cc0 to your computer and use it in GitHub Desktop.
AWS Quick Start Demo - VPC and Resources Setup Powershell
## 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