Each buyer has a set of datacenters that are enabled for acceleration.
By default the test buyer is setup so that the following datacenters are accelerated:
- google.iowa.1
- google.iowa.2
- google.iowa.3
- google.iowa.6
In this section we're going to enable acceleration for these datacenters as well:
- google.saopaulo.1
- google.saopaulo.2
- google.saopaulo.3
First, open the file terraform/dev/relays/terraform.tfvars and make the following change:
Commit the change:
git commit -am "add sao paulo datacenters for test buyer"
git push originApply the change via terraform:
cd ~/next/terraform/dev/relays
terraform applyCommit the database to make the changes active in the backend:
cd ~/next
next database
next relaysVerify the change by running:
next databaseAnd you should now see that the test buyer is active for both "ohio" and "saopaulo" google datacenters:
Next, we will spin up some google relays in Sao Paulo.
Up next: Modify set of google relays.
