~$ aws ec2 run-instances \
   --image-id ami-01e444924a2233b07 \
   --instance-type t2.micro \
   --key-name myawskey
