-
-
Notifications
You must be signed in to change notification settings - Fork 326
Description
For usage of CyberDuck with AWS EC2 instances, the standard method is to configure SFTP access to the instance using the standard ssh access keys enabled for the EC2 instance.
However this does not work if the AWS instance requires the use of AWS Session Manager to access the instance;
https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager.html
Is there some way to utilize the AWS Session Manager with CyberDuck? If not can this feature be added? Thanks.
To be clear, the support for AWS S3 does not work here. Because the AWS instances often have local storage volumes such as FSX storage which need to be accessed. It currently works fine using the ssh + SFTP method.
I saw that there was some mention of enabling ssh over AWS Session Manager here
However this is subject to the administrators of the AWS Account (who are not the same as the CyberDuck users) allowing this specific IAM policy. The AWS Session Manager can already be used to access the EC2 without this policy, so it would be great if there was some way to get Cyberduck to support standard AWS Session Manager usage.