Hi,
What are the dynamic IP ranges used by AWS in Ireland for the EC2 service?
$ curl -s https://ip-ranges.amazonaws.com/ip-ranges.json | jq '.prefixes| .[] | select((.region == "eu-west-1") and (.service == "EC2"))|.ip_prefix'|sed 's/"//g' 54.155.0.0/16 52.30.0.0/15 54.154.0.0/16 46.137.0[......]