Copy files from one EC2 to another EC2 instance

Upload  EC2 instance SSH Key, where you want to transfer

SCP to  AWS EC2 Instance where you want to transfer the files 

scp -i ec2_instance_B.pem file.zip ubuntu@IP:~

Command

Installation Done in 5 Minutes