Skip to main content
Version: 8.6

Hostnames and IP addresses for Camunda connections

Camunda 8 SaaS only

Camunda 8 SaaS hostnames and IP addresses for inbound and outbound connections.

Static outbound IP addresses

Camunda SaaS uses static IP addresses for some of its services. These addresses can be retrieved using the Camunda Management API /meta/ip-ranges endpoint.

Although changes to these IP addresses are infrequent, they may occur from time to time. Any change will be published through the API at least 24 hours in advance. If you rely on these IP addresses for your network configuration, it is strongly recommended fetching the latest version at least once every 24 hours.

note

Typically, any changes to these IP addresses are communicated in advance. However, in exceptional cases, it may not be possible to provide prior notice.

Inbound connections

When you create a cluster in Camunda 8 SaaS, you will receive a set of hostnames for connecting to the different cluster components.

The public IP addresses exposed for connecting to the cluster depends on the cloud provider and region the cluster was created in.

  • Amazon Web Services (AWS): Each endpoint is served by multiple IP addresses.
  • Google Cloud Platform (GCP): IP addresses are AnyCast IP addresses and are globally available.

Outbound connections

If you use a Camunda connector, your cluster sends requests from the Camunda SaaS infrastructure to the external services you configure in your processes.

Depending on the cloud provider, region, and type of configured connector, connections are made from different IP addresses.

To ensure the security of incoming connector connections, you can:

  • Authenticate the requests made by the Camunda connector(s). For example, see REST connector authentication.
  • Run the connectors into your own infrastructure and remove incoming calls from the Camunda infrastructure to your own services. For example, see Self-Managed connectors.