Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/danielholmes/route53-dead-domain-finder
Finds Route53 domains in your AWS account that are no longer used (domain has expired or points to different NS)
https://github.com/danielholmes/route53-dead-domain-finder
amazon-web-services aws dns domain-name nameserver route-53 route53
Last synced: 16 days ago
JSON representation
Finds Route53 domains in your AWS account that are no longer used (domain has expired or points to different NS)
- Host: GitHub
- URL: https://github.com/danielholmes/route53-dead-domain-finder
- Owner: danielholmes
- License: bsd-3-clause
- Created: 2017-10-25T10:06:11.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-14T23:35:23.000Z (almost 6 years ago)
- Last Synced: 2024-10-07T20:21:29.868Z (about 1 month ago)
- Topics: amazon-web-services, aws, dns, domain-name, nameserver, route-53, route53
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Route53 Dead Domain Finder
## Requirements
- Python 2 or 3
- virtualenvwrapper## Setting Up Environment
```bash
mkvirtualenv route53-dead-domain-finder
pip install -r requirements/development.txt
```## Usage
```bash
cp config.json.dist config.json
vi config.json
python ./run.py find --config=config.json
```## Config
```
[
{
"name": "Business",
"access_key_id": "AKIA1122222",
"secret_access_key": "78N90K73425g54t546t4"
},
{
"name": "Personal",
"access_key_id": "AKIAIFBG65464",
"secret_access_key": "78N9FDSGDGJ897987HHYB8HJB876"
}
]
```IAM users need read Route53 permissions