Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

- the plugin gets the region from the aws.config and thus the region … #23

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

darshan3105
Copy link

#Motivation

  • the plugin gets the region from the aws.config and thus the region is always the aws region in which the artillery stack is deployed. Thus the request is always signed with the region in which the artillery stack is deployed and this makes, making a cross region call to the service that needs to be load tested impossible.

#Desciption

  • adding an option in the plugin section of the script.yml to provide the region with which the request signing should be done. If no region parameter is provided then the region will default to aws.config.region.

…is always the aws region in which the artillery stack is deployed. Thus the request is always signed with the region in which the artillery stack is deployed and this makes making a cross region call to the service that needs to be load tested impossible.

- adding an option in the plugin section of the script.yml to provide the region with which the request signing should be done. If no region parameter is provided then the region will default to aws.config.region.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant