Skip to content

Instantly share code, notes, and snippets.

@ableasdale
Created November 6, 2014 19:45
Show Gist options
  • Save ableasdale/479151cda4cdceb170b4 to your computer and use it in GitHub Desktop.
Save ableasdale/479151cda4cdceb170b4 to your computer and use it in GitHub Desktop.
AWS one liner
aws ec2 run-instances --image-id ami-XXXXXXX --instance-type m3.medium --security-groups XXXXX --key-name XXXXXX --monitoring Enabled=true --iam-instance-profile Name=MarkLogic --block-device-mappings "[{\"DeviceName\": \"/dev/sdf\",\"Ebs\":{\"VolumeSize\":10,\"VolumeType\":\"gp2\" }}]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment