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

Security group setup with changing public IP #294

Open
pratiksha opened this issue Nov 15, 2019 · 1 comment
Open

Security group setup with changing public IP #294

pratiksha opened this issue Nov 15, 2019 · 1 comment

Comments

@pratiksha
Copy link

  • Flintrock version: 1.0.0-dev0
  • Python version: 3.6
  • OS: Ubuntu 18.04

Hi, thanks for the great work on this tool. I've been having some trouble using Flintrock if my client's public IP changes as I lose SSH access to the cluster. Is there an existing way to push IP updates to all the relevant security groups using Flintrock?

@nchammas
Copy link
Owner

Hi @pratiksha. I'm glad that Flintrock is useful to you.

Flintrock does not have a way to push security rule updates to an existing cluster.

You can specify additional security groups on launch with flintrock launch --ec2-security-group. You can configure one of those additional groups with a more permissive rule based on a CIDR range that will tolerate the changes in your public IP address, as opposed to a single, specific IP address rule that will block you the moment your address changes. That may work well enough for your needs.

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

No branches or pull requests

2 participants