$ aws ec2 run-instance --image-id <ami-xxxxxxxx>
--key-name <keyName>
--security-group-ids <sg-xxxxxx>
--subnet-id <subnet-xxxxx>
--instance-type t1.micro
--associate-public-ip-address
Last active
August 29, 2015 14:01
-
-
Save stoshiya/2f1bba0f9d1bcc4ca7ff to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment