Menu
Grafana Cloud

Manage static IP addresses

Note

Static IP addresses are only available to users on Grafana Cloud paid plans.

Each Grafana Cloud stack has a limit of 5 static IP addresses. To increase that limit, contact Grafana support.

Unlike dynamic IP addresses, static IP addresses don’t change over time. You can purchase and use them for your organization for additional security and convenience when running your performance tests. With static IP addresses, you can allowlist traffic from Grafana Cloud public load generators and identify logs and traffic created by tests in your observability suite.

To manage static IP addresses:

  1. Go to your performance testing app in Grafana Cloud.
  2. Click on Manage.
  3. Click on the Static IPs tab.

Acquire a static IP address

You can purchase a static IP address from the Static IPs tab by using the Add Static IPs calculator.

The Add Static IPs calculator configured with two concurrent tests and one hundred maximum VUs, giving the user a result of two static IPs recommended for purchase

The static IP calculator can ensure you have the correct number of static IP addresses in your account for your performance test needs. The calculator considers the different resources used by Grafana Cloud k6 when running tests, such as the number of concurrent tests, maximum VUs, and how many IP addresses are needed in each load zone.

Complete the fields and select Acquire static IPs to add them to your account. The static IP addresses are displayed on a table below the calculator. After the status shows as Provisioned, you can see the IP address value and start using it.

The static IPs table, showing two static IPs from Ashburn with the Provisioned status, and two IPs from Dublin with the Provisioning status

After you add a static IP address to your account, you can use the calculator to add more addresses. You can include or exclude acquired static IP addresses from the calculation by using the toggle.

Use a static IP address

When you’re ready to add the static IP addresses to your firewall rules, you can use the Copy IPs to clipboard button to get all IP addresses. You can also use the load zone and status filters to copy only the IP addresses in a specific load zone or status.

The static IPs table, showing the Load zone filter configured to only display Ashburn and Dublin IPs, and the Status filter configured to only show Provisioned IPs

To use static IP addresses in a test run, add the staticIPs cloud option set to true in your test script.

JavaScript
export const options = {
  cloud: {
    staticIPs: true,
  },
};

Delete a static IP address

You can delete an IP address from the Static IPs tab.

To delete a static IP address:

  1. Select one or more IP addresses from the Static IPs table.
  2. Click on the Trash icon.
  3. Click Delete.

Pricing

For details about pricing, refer to Understand Grafana Cloud features.