Copy files from one EC2 to another EC2 instance
In 5 Minutes
Upload
EC2 instance SSH Key, where you want to transfer
STEP ONE
SCP
to
AWS EC2 Instance where you want to transfer the files
CLICK HERE
scp -i ec2_instance_B.pem file.zip ubuntu@IP:~
CLICK HERE
Command
Installation
Done
in
5 Minutes
MORE DETAILS