curl -s https://ip-ranges.amazonaws.com/ip-ranges.json|jq '.prefixes[]|select(.region == "eu-west-2" and .service == "EC2_INSTANCE_CONNECT")'See AWS docs and this article for more details.
curl -s https://ip-ranges.amazonaws.com/ip-ranges.json|jq '.prefixes[]|select(.region == "eu-west-2" and .service == "EC2_INSTANCE_CONNECT")'See AWS docs and this article for more details.