Copy Files to an AWS instance using SCP: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with "scp -i aws_servers.pem ''file to copy'' ubuntu@''external ip'':~")
 
No edit summary
 
Line 1: Line 1:
scp -i aws_servers.pem ''file to copy'' ubuntu@''external ip'':~
scp -i aws_servers.pem '''file to copy''' ubuntu@'''external ip''':~

Latest revision as of 22:49, 26 April 2026

scp -i aws_servers.pem file to copy ubuntu@external ip:~