Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 21, 2017 17:58
Show Gist options
  • Select an option

  • Save pbzona/998757a7767d82f9dfebede827c36b5b to your computer and use it in GitHub Desktop.

Select an option

Save pbzona/998757a7767d82f9dfebede827c36b5b to your computer and use it in GitHub Desktop.
CloudFormation - EC2 creation from CLI
$ aws cloudformation create-stack --stack-name ec2 --template-body file://ec2.yml
{
"StackId": "arn:aws:cloudformation:us-east-1:160619113767:stack/ec2/fbbfc9f0-c026-11e7-b32e-503aca2616d1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment