Last active
August 29, 2015 14:24
-
-
Save ahhh/27b8372bd00c5f086b7f to your computer and use it in GitHub Desktop.
AWS CLI - Launch a Custom AMI example
This file contains hidden or 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
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