https://github.com/bstee615/awsip
Update the IP of my Route 53 record if it's been changed
Science Score: 13.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
○.zenodo.json file
-
○DOI references
-
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Keywords
Repository
Update the IP of my Route 53 record if it's been changed
Basic Info
- Host: GitHub
- Owner: bstee615
- Language: Python
- Default Branch: master
- Homepage: http://crib.benjijang.com
- Size: 9.77 KB
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Topics
Metadata Files
README.md
awsip: Update the IP of my Route 53 record if it's been changed
My ISP can change my public IP anytime unless I shell out $$$ for a business connection... This script is meant to run periodically, keeping a Route53 record consistent with my home router's public IP.
To use it, just run the file with no arguments.
python3 awsip.py
Note: The script expects to be able to read ~/.aws/config for a profile named awsip.
To set that up, follow these steps:
- In the AWS management console, go to IAM.
- Create a group named something like
Route53Applicationswith theAmazonRoute53FullAccesspermission. - Create a user named something like
awsipwithProgrammatic accessand add him to your new group (Route53Applications). - Copy the access key and secret.
- Place them into your
~/.aws/configunder the profile nameawsip. - Done!
boto3will be able to access the access key from your config file.
Here's what my ~/.aws/config looks like:
[profile awsip]
aws_access_key_id = Y0U41NTG3TT1NGMYK3YS
aws_secret_access_key = OrMyS3cret3ithe+rWh4tD0YouT1hink1mStup1d
Owner
- Name: Benjamin Steenhoek
- Login: bstee615
- Kind: user
- Website: benjijang.com
- Repositories: 12
- Profile: https://github.com/bstee615
3rd year PhD student @ ISU. Interests and research: deep learning, program analysis
GitHub Events
Total
Last Year
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 0
- Total pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Total issue authors: 0
- Total pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 0
- Average time to close issues: N/A
- Average time to close pull requests: N/A
- Issue authors: 0
- Pull request authors: 0
- Average comments per issue: 0
- Average comments per pull request: 0
- Merged pull requests: 0
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels
Dependencies
- boto3 ==1.14.31