Dedicated IP addresses

Dedicated IP addresses for your Gatling Enterprise Cloud locations.

Dedicated IP addresses in Gatling Enterprise are static IPv4 addresses that can be provisioned in the region(s) of your choice. Once provisioned for your organization, these addresses can be assigned to your simulations, ensuring all load generation traffic originates from consistent, dedicated IPs. During test execution, Gatling Enterprise automatically allocates one of your unused dedicated IPs—provided it matches both the location and availability of your load generators—so you can maintain precise control over whitelisting, firewall configurations, and traffic analysis.

Dedicated IPs
Dedicated IPs

Managing

To access the dedicated IP addresses section, click on Dedicated IP Addresses in the navigation bar.

The Dedicated IP addresses table shows your available dedicated IP addresses. Each one belongs to a specific location.

Usage

User Interface

To enable dedicated IP addresses, activate the Use Dedicated IPs option while configuring simulation locations.

When starting a simulation run with dedicated IP addresses:

  • Gatling Enterprise checks whether you have enough available dedicated IP addresses to cover all configured locations.
  • If enough IPs are available, they are reserved for the duration of the run.
  • If insufficient IPs are available, the run cannot start.

Config-as-code

You can also enable dedicated IP addresses programmatically through config-as-code. Simply set the useDedicatedIps property to true in your simulation configuration. This instructs Gatling Enterprise to automatically assign your dedicated IPs to all load generators for that simulation.

Edit this page on GitHub