-
Notifications
You must be signed in to change notification settings - Fork 14
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
Checking how does it know existing IP and modifies with new IP #2
Comments
Hi @Naveen45202, |
Great, Is there possibility of using this aws_ipadd in windows operating system if not any workaround? |
|
Can we modify multiple user rules with single config? Say we have multiple users using a security group where everyone's IP changes AWS credentails can't be provided to users so instead can we have this tool install in centralized server and through jenkins job allow user to modify their rule in security group ? |
That kind of feature is not available right now but you can open PR to add a feature to pass public IP for the rule. |
I love this project, thank you! Is there a way that we can specify the public IP that's updated, though? I'm looking to update a couple of different dynamic public IPs for a few security groups, I've got dynamic DNS hostnames for them and I was hoping to find an easy way to make that work. Thanks! |
Thanks, @tverkade for loving this project. In the next release, I would provide a feature to specify an IP that needs to be whitelisted in the security group. |
I'd like to see an option to add new allowed IPs versus always updating the same rule. |
First time when we add it creates new rule with IP in the security group, for the second time it successfully modifies the existing IP with new IP. I am wondering how does it exactly knows the existing IP address and modifies are we storing this old IP data elsewhere?
It would be helpful if you can explain me this here....
The text was updated successfully, but these errors were encountered: