-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow to pass extra parameters to aws ec2-instance-connect ssh
#8952
Comments
Hello @lcswillems, thanks for reaching out! This customization is maintained by an EC2 team, so I'll reach out to them for feedback on this feature request. Also, please mention your use case for the team's understanding. Please let me know if you have any other questions. Thanks! Ticket # for internal reference : P159335852 |
The use case is specified in the issue. Please let me know which details are missing. I gave a concrete example of what I would like to do. |
Hey @adev-code, do you know what's the status on this one? |
Hello @lcswillems, thanks for getting back. The EC2 team maintaining this customization discussed your feature request, and acknowledged that it would be a beneficial enhancement of the plugin. They have added this feature request to their backlog for tracking. We cannot guarantee if or when the feature would be implemented, but please refer to the AWS CLI changelog for updates going forward (https://raw.githubusercontent.com/aws/aws-cli/v2/CHANGELOG.rst) for updates about this going forward. Meanwhile, you can use your own ssh client as outlined on our public documentation: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-instance-connect-methods.html#ec2-instance-connect-connecting-aws-cli. Please let me know if you have any other questions. Thanks! |
Describe the feature
Allow to pass extra parameters to
aws ec2-instance-connect ssh
Use Case
E.g. I want to start the tunnel in the background.
If I was using the SSH directly, I would do:
With
aws ec2-instance-connect ssh
, it would be great to do:Proposed Solution
No response
Other Information
No response
Acknowledgements
CLI version used
aws-cli/2.17.61 Python/3.12.6 Linux/6.8.0-40-generic exe/x86_64.ubuntu.22
Environment details (OS name and version, etc.)
Ubuntu
The text was updated successfully, but these errors were encountered: