It’s a simple note that how to get notifications while AWS IP range changed
Usage
http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html
AWS provides the ip range file, you can download from ip-ranges.json
1 | jq '.prefixes[] | select(.region=="us-east-1")' < ipranges.json |
can use it to get specific IP range
Purpose
Implementing Egress Control
allow outbound traffic to the CIDR block in the Amazon listImplementing Ingress Control
while using different cloud or different platform, we can use it to define legal traffic
AWS IP Address Ranges Notifications
strongly recommened to set this up, really helpful
http://docs.aws.amazon.com/general/latest/gr/aws-ip-ranges.html#subscribe-notifications
Keep Route53 Health check source IP’s up to date
http://johntdyer.com/aws/2015/03/16/keep-route53-healthcheck-source-ips-up-to-date.html