AWS error while launching instance

Those are not errors. Those are warnings -

  1. Since you are using GPU, it doesn’t come in Free Tier (that AWS gives if you use t2.micro for first year). It just says that you will be charged / hour for the particular instance.

  2. Security group warning says that anyone can ssh into your machine provided they have your pem key and know your AWS IP Address.

You can also find posts on starting instance in the Introductory workshop thread - In-class discussion: Introductory workshop

2 Likes