I’m setting up an AWS DEEP LEARNING SERVER.
I’m following these instructions: http://course.fast.ai/lessons/aws.html
I downloaded and installed anaconda and python. I have setup a user, made the user an administrator, ran aws configure, provided the Access key ID, provided the Secret access key, set the default region name to us-west-2, output format to text.
I got the setup file: wget http://files.fast.ai/files/setup_p2.sh
***But when I run:
bash setup_p2.sh
I get:
rtbassoc-f1586b89
’ is not validred (InvalidID) when calling the CreateRoute operation: The ID 'rtb-1faa3e66 An error occurred (InvalidGroupId.Malformed) when calling the AuthorizeSecurityGroupIngress operation: Invalid id: "sg-ba156"c7 An error occurred (InvalidGroupId.Malformed) when calling the AuthorizeSecurityGroupIngress operation: Invalid id: "sg-ba156"c7 setup_p2.sh: line 13: /home/Ray/.ssh/aws-key.pem: No such file or directory chmod: cannot access ‘/home/Ray/.ssh/aws-key.pem’: No such file or directory An error occurred (InvalidKeyPair.NotFound) when calling the RunInstances operation: The key pair ‘aws-key’ does not exist Waiting for instance start…
I can’t get beyond this.
Please help.