Skip to content

Instantly share code, notes, and snippets.

@pbzona
Created November 21, 2017 21:28
Show Gist options
  • Save pbzona/2aa9269e58bb2a262265e582ca4ee2c8 to your computer and use it in GitHub Desktop.
Save pbzona/2aa9269e58bb2a262265e582ca4ee2c8 to your computer and use it in GitHub Desktop.
CloudFormation - Launch EC2 with joined tags
$ aws cloudformation create-stack --stack-name ec2-$(date +%s) --template-body file://ec2-join-tag-example.yml --parameters file://params-app-role-env.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment