Regions
Hyper regions are physical data centers isolated from one another. When you view your resources, you'll only see the resources tied to the region you've specified. This is because regions are isolated from each other, and are not replicated across regions automatically.
The following table lists the regions provided by Hyper
Region | Location |
us-west-1 | Los Angeles |
eu-central-1 | Frankfurt |
Specify Your Regions
We now have support for two regions. You may specify the region via the --region
option when you want to manage the resources for that specific region. The us-west-1
region will be the default region.
You can only use the --region
option if first run the command hyper config
. Otherwise all commands will default to the us-west-1
region.
Setup the region credential
Specify a different region with the --region
option
--region
optionA more detailed introduction to the hyper command line can be found here: CLI index.
Layout of the region config file
You may find that there is a new field named region
, it identifes which region is the default region. You may edit it with any editor, but we do recommand you modify it via hyper config
command.
Last updated