Skip to main content Skip to complementary content

Setting up your EC2 instance

Procedure

  1. Use putty to ssh into your EC2 instance. Please read AWS guide at http://docs.aws.amazon.com/en_en/AWSEC2/latest/UserGuide/putty.html to learn how to use putty to ssh into your instance.
  2. As recommended by AWS, install all updates for the Linux System with the command:
    sudo yum update
  3. Then, install the nfs client on your EC2 instance.
    sudo yum install -y nfs-utils

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – please let us know!