I have an EC2 instance on which I don't allow ssh.
I use EC2 Instance Connect to connect to it.
What is the alternative to scp Amazon exposes when using EC2 Instance Connect rather than ssh?
I have an EC2 instance on which I don't allow ssh.
I use EC2 Instance Connect to connect to it.
What is the alternative to scp Amazon exposes when using EC2 Instance Connect rather than ssh?
EC2 Instance Connect uses a web connection to Guacomole running on an AWS service, which then establishes an SSH connection on your behalf. There is no scp
component available.
As an alternative, if you can establish a connection using AWS Systems Manager Session Manager, then it can also provide Port Forwarding that can be used for additional connections (such as scp
).