An open API service indexing awesome lists of open source software.

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.

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)