To get the most updated list of Instana IP addresses range, use the following script in the terminal:
#!/bin/bash
host=(
eum-blue-saas.instana.io
eum-red-saas.instana.io
eum-green-saas.instana.io
eum-orange-saas.instana.io
eum.instana.io
ingress-blue-saas.instana.io
ingress-red-saas.instana.io
ingress-green-saas.instana.io
ingress-orange-saas.instana.io
serverless-blue-saas.instana.io
serverless-red-saas.instana.io
serverless-green-saas.instana.io
serverless-orange-saas.instana.io
)
for i in "${host[@]}"
do
echo $i
dig +short $i | sort
echo "--------------------"
done
For any additional support, please raise a support ticket.
Thanks!! Works great.
I have noticed that these IP's are dynamic. Do you have a IP range for Instana services?