Now, visiting the (authenticated) /info
URL for your tenant displays egress IP addresses, as well as some other infrastructure-related information.
Here's an example:
{
"stack": {
"name": "example",
"type": "dedicated",
"region": "eu-west-1",
"egress_ips": [
"52.50.126.105",
"99.81.187.154"
]
}
}
Egress IP addresses, in particular, will be frequently useful – you can use these to allowlist our IPs on your network, or into third-party tools.