You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 28, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-5Lines changed: 15 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ will display the metrics captured by the filter described above and display it i
125
125
126
126

127
127
128
-
## Launch in Additional Regions (Optional)
128
+
## Launch Additional Regions (Optional)
129
129
130
130
It may be likely that running this solution from a single AWS region is enough to load test your service. However,
131
131
if you want to take it a step further, you can deploy Fargate clusters in multiple regions and make it a
@@ -141,10 +141,16 @@ US East (N. Virginia) | us-east-1 | [ | us-east-2 | [](https://console.aws.amazon.com/cloudformation/home?region=us-east-2#/stacks/new?stackName=DistributedLoadTesting&templateURL=https://s3.amazonaws.com/distributed-load-testing-using-aws-fargate/templates/additional-region.yaml)
142
142
US West (Oregon) | us-west-2 | [](https://console.aws.amazon.com/cloudformation/home?region=us-west-2#/stacks/new?stackName=DistributedLoadTesting&templateURL=https://s3.amazonaws.com/distributed-load-testing-using-aws-fargate/templates/additional-region.yaml)
143
143
144
-
Once the stack creation has been completed, go back to the region where you launched the `Master` stack and follow these
145
-
steps:
144
+
This stack will ask for 2 parameters: The `DockerRegistryURL` and `TaskExecutionRoleArn`. You can find the values for those
145
+
parameters in the `Outputs` section of the `Master` CloudFormation stack launched in **Step 1**.
0 commit comments