Homework 2: (10 pts)

Take the following steps to set up VM instances through AWS for later use:

  1. Create an Amazon account (if you don't have one yet): http://docs.aws.amazon.com/AmazonSimpleDB/latest/DeveloperGuide/AboutAWSAccounts.html
  2. Apply as a student for free credits: http://aws.amazon.com/education/awseducate
  3. Create and launch two basic Amazon EC2 instances using any Linux AMI of your choice
  4. Assign an appropriate security group (with appropriate firewall settings) to allow network traffic between your two instances
  5. Configure "authorized_keys" for an ssh server and "known_hosts" for an ssh client on each VM instance to allow passphraseless ssh login between them

    Note: Since NJIT is a member of AWS Educate, each student gets $100 credits upon request. But you'll have to wait several hours/days to receive your $100 credits.

    Submission requirements: A zipped file that contains

    • A snapshot of the Amazon instance management web interface showing the running state of each of your VM instances
    • A snapshot of passphraseless ssh login between two of your VM instances