artilleryio / artillery

The complete load testing platform. Everything you need for production-grade load tests. Serverless & distributed. Load test with Playwright. Load test HTTP APIs, GraphQL, WebSocket, and more. Use any Node.js module.
https://www.artillery.io
Mozilla Public License 2.0
8.04k stars 511 forks source link

Regions Supported for Artillery (Not Pro version) #2377

Closed nithinr19 closed 11 months ago

nithinr19 commented 11 months ago

Hi Team,

Can you let us know what all regions are supported by Artillery. i am trying to execute a yaml in us-west-2 but its throwing error as unsupported.

"- Unsupported region (us-west-2) provided. Please specify one of: us-east-1, us-west-1, eu-west-1, eu-central-1, ap-south-1, ap-northeast-1"

hassy commented 11 months ago

The version of Artillery you're running supports 6 regions (the ones listed in the error message).

We added 12 more regions in https://github.com/artilleryio/artillery/pull/2358 including us-west-2. This will be released in the next version of Artillery later this week.

nithinr19 commented 11 months ago

Thankyou for the quick response.

nithinr19 commented 9 months ago

Still getting the same expection. - Unsupported region (eu-west-2) provided. Please specify one of: us-east-1, us-west-1, eu-west-1, eu-central-1, ap-south-1, ap-northeast-1. When can i expect the next version artillery

hassy commented 9 months ago

v2.0.4 was out last week. Make sure you're running the latest version (you can check with artillery -v) and if not install it with npm install -g artillery@latest