$ aws ec2 run-instances --cli-input-json '{
  "ImageId": "ami-01e444924a2233b07",
  "InstanceType": "t2.micro",
  "KeyName": "myawskey"
  }'
