Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create an AWS Account
    • Use your sagebase.org email address for the account name
    • Enter Sage Bionetworks physical address for the address
    • You will need to use your own credit card temporarily
  2. Send Mike Kellen an email to have your new AWS account added to the consolidated bill
    • Once this is done, you will no longer be billed on your own credit card
    Log onto the AWS Console and sign up for S3, EC2, and Elastic MapReduce

Subscribe to services

  1. Sign up for EC2 http://aws.amazon.com/ec2/
  2. Sign up for S3 http://aws.amazon.com/s3/
  3. Sign up for ElasticMapReduce http://aws.amazon.com/elasticmapreduce/
  4. Sign up for Simple DB http://aws.amazon.com/simpledb/

Configure EC2

  1. Use the AWS console to create a new SSH key named SageKeyPair
  2. Download it to your home directory on the shared servers
  3. Fix the permissions on it
    Code Block
    chmod 600 SageKeyPair.pem
    

...