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

For aws-ssh connect implement modifying security group to add the user's IP address #22

Open
ekini opened this issue Oct 5, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@ekini
Copy link
Contributor

ekini commented Oct 5, 2021

This will allow EC2 instances to be locked down.

Implementation:

  1. if the ec2 instance has aws-ssh-security-group tag, aws-ssh will modify it.
  2. alternatively, check for --security-group flag?
  3. Add the user's IP address to the security group.

It is expected that the ec2 instance operator will clean up the security group afterwards.

@ekini ekini added the enhancement New feature or request label Oct 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant