Transfer files to and from your EC2 instance
To transfer files between your local machine and an EC2 instance, you will need scp (secure copy) available on your machine. The command to transfer files from your machine to your EC2 instance is: scp -i ./path_to_your_key_pair_cer_files ./path_to_f...
