1 year ago
#374886
Thomas Murphy
scp command difference for Ubuntu EC2 in a VPC
I'm attempting to scp
to an EC2 inside a VPC and getting timed out.
Established facts:
- I can
ssh
into the VPC itself - the keypair works and the instance subnet is open to the internet. - The folder I'm attempting to transfer to on the EC2 has permissions
700
- The command I'm running is:
scp -i mykey.pem dumbtest.txt ubuntu@ec2-<my-ip>.compute-1.amazonaws.com:/home/ubuntu
Are there additional steps I need to take to scp into EC2's on a VPC?
amazon-web-services
ubuntu
amazon-ec2
scp
0 Answers
Your Answer