Skip to content

Instantly share code, notes, and snippets.

View josephhughes's full-sized avatar
💭
Organising stuff in repos

Joseph Hughes josephhughes

💭
Organising stuff in repos
View GitHub Profile
@brantfaircloth
brantfaircloth / setup.md
Last active September 25, 2015 00:47
beast and beagle-lib on amazon ec2 HPC-GPU instance
  • TODO: need to check block device mapping flags

  • crank up an instance

      ec2-run-instances --key ec2-keypair ami-aa30c7c3 --instance-type=cg1.4xlarge \
      --block-device-mapping '/dev/sdb=ephemeral0' \
      --block-device-mapping '/dev/sdc=ephemeral1'
    
  • check for instance status and to get ip address for ssh