https://github.com/authress-engineering/aws-route53-eip-config
Creates an AWS Config rule to detect route53 records pointing at ip addresses that are no longer in use.
https://github.com/authress-engineering/aws-route53-eip-config
aws elasticip route53 serverless
Last synced: 23 days ago
JSON representation
Creates an AWS Config rule to detect route53 records pointing at ip addresses that are no longer in use.
- Host: GitHub
- URL: https://github.com/authress-engineering/aws-route53-eip-config
- Owner: Authress-Engineering
- License: apache-2.0
- Created: 2021-10-03T14:34:40.000Z (about 4 years ago)
- Default Branch: release/1.0
- Last Pushed: 2021-12-19T17:59:00.000Z (almost 4 years ago)
- Last Synced: 2025-07-08T08:16:31.936Z (3 months ago)
- Topics: aws, elasticip, route53, serverless
- Language: JavaScript
- Size: 106 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AWS Route53 EIP Config Rule
Creates an AWS Config rule to detect route53 records pointing at ip addresses that are no longer in use. Deploy using the AWS Service application repository. Designed to detect records pointing at removed EIPs which would allow for a domain takeover.
Route 53 EIP config rule in [AWS Service application repository](https://eu-west-1.console.aws.amazon.com/lambda/home?region=eu-west-1#/create/app?applicationId=arn:aws:serverlessrepo:eu-west-1:922723803004:applications/Elastic-IP-Config-Rule)
## Contribution
### Development
This project uses Vue 3, and as this is much different from Vue 2, recommend reading is available:
* [General Updates](https://v3.vuejs.org/guide/computed.html)
* [Script Setup tags](https://v3.vuejs.org/api/sfc-script-setup.html)