Skip to content
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

ssm: add AWS System Manager support (connect to non-EC2 instances using its Name tag) #24

Merged
merged 1 commit into from
Oct 15, 2024

Conversation

andreclaro
Copy link
Contributor

Summary

ssm: add AWS System Manager support (connect to non-EC2 instances using its Name tag)

Details

add AWS System Manager support to connect to non-EC2 instances using their Name tag (use of -m flag)

Testing

aws-connect -a ssh -m SSM_INSTANCE_NAME 

@andreclaro andreclaro requested a review from a team as a code owner October 11, 2024 14:15

-a Connect interactive session (ssh), establish tunnel (tunnel), or run an ssm document (document) on an instance (default: ssh)
-i Specify the name of the remote host name to tunnel to. Only needed if running ssm tunnel action (default: localhost)
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was updated based on the current available options

Copy link
Contributor

@stairsj stairsj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@andreclaro Thank you for the update, we appreciate the contribution.

@stairsj stairsj merged commit 1f87b48 into rewindio:main Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants