Firstly a big thank you to Jeremy and Rachel for putting out this wonderful course for us!
I want to upload my own dataset which is not from the internet, but rather my own. I do not know how to upload it in Jupyter notebook to run it from the AWS Instance.
Here’s what I tried:
Once we ssh to aws and then log into jupyter notebook, there is an option called upload on the right side of browser, but when I did that, it said file size exceeds 25MB.
Then I tried dragging the folders from my computer to jupyter through the upload button again, and it wasn’t really doing anything.
Sorry to ask a silly question. But can someone please guide how I could upload data from my computer to the jupyter notebook through aws?
Warning: Identity file /home/ubuntu/.ssh/aws-key.pem not accessible: No such file or directory.
ssh: Could not resolve hostname ec2-xx-xxx-xxx-xxx: Name or service not known
lost connection
I think there are 2 problems. The first is that the .pem file not accessible. From my understanding, i followed the video and lesson 1 very closely, and my understanding is the .pem file is in the /home/ubuntu/.ssh/ directory. I checked the AWS console and see the key pair is called aws-key.
I think the problem is that you are not providing the correct host name ec2-xx-xxx-xxx-xxx. Did you checked that in console it should be under Public IP. You need that public IP to connect. If you have successfully connected to your amazon machine with ssh and terminal it should be the same IP.
Since im using windows and cygwin64, is that why there is the error?
My data is on desktop on my windows machine, but i think the following command makes it look like its in the ubuntu machine?