Monthly Archives: September 2018

How to copy files to AWS servers?

Here is how: scp -i ~/Desktop/key_file.pem ~/Desktop/yourfile.txt ubuntu@yourawsinstance:/home/ubuntu/

Posted in Uncategorized | Leave a comment