How To Create a Taurus Test with Dedicated IPs

The option to run your Taurus test with Dedicated IPs is available in the YAML configuration file that you execute for your scenario.

Your BlazeMeter account must have the "Dedicated IPs" feature enabled. Then you can configure dedicated IP addresses in your YAML config file as follows:

modules:
  blazemeter:
    dedicated-ips: true

You can find the location names by using the command detailed in the Taurus Cloud Configuration article.

Here is a detailed example:

execution: 
- scenario: dummy 
  concurrency:
    local: 5
    cloud: 1000
  ramp-up: 10s
  hold-for: 5m
  locations: 
    europe-west3-a: 1
    europe-west2-a: 1
    us-east4-a: 1
    us-west1-a: 1
provisioning: cloud

modules:
  blazemeter: 
    dedicated-ips: true

Your account must have Dedicated IPs in the locations configured within your YAML file, so these resources can be provisioned when the test is executed.