The region
parameter specifies the GCP region where your Convox rack will be deployed. Choosing the appropriate region can impact latency, availability, and cost.
The default value for region
is us-east1
.
To set the region
parameter, use the following command:
$ convox rack params set region=us-east1 -r rackName
Setting parameters... OK
This command sets the region
parameter to the specified value.
Selecting the appropriate region is crucial for optimizing the performance and compliance of your applications. For more information on GCP regions, refer to the GCP documentation on regions and zones.