Skip to content

Instantly share code, notes, and snippets.

@ahhh
Last active August 29, 2015 14:24
Show Gist options
  • Save ahhh/27b8372bd00c5f086b7f to your computer and use it in GitHub Desktop.
Save ahhh/27b8372bd00c5f086b7f to your computer and use it in GitHub Desktop.
AWS CLI - Launch a Custom AMI example
ec2-run-instances ami-xxxxxxxx -t t2.medium -k my-key-xxxxx -s subnet-xxxxxxxx -g sg-xxxxxxxx --associate-public-ip-address true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment