Is your feature request related to a problem? Please describe:
When I try to SSH to AWS server, sometimes it fails if my home IP address has changed.
Describe the solution:
Create Shell Script that can be run with anacron:
Describe alternatives you've considered:
I have been doing this manually
Links/Additional context:
https://linux.die.net/man/8/anacron
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html
Testing:
Should be able to:
- remove IP address from security group,
- call script
- see IP address in security group after
Is your feature request related to a problem? Please describe:
When I try to SSH to AWS server, sometimes it fails if my home IP address has changed.
Describe the solution:
Create Shell Script that can be run with anacron:
Describe alternatives you've considered:
I have been doing this manually
Links/Additional context:
https://linux.die.net/man/8/anacron
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_SecurityGroup.html
Testing:
Should be able to: