deploy
List all available Atlas App cloud regions
Return a list of all supported cloud regions in which you can deploy an Atlas App.
get/provider_regions
Response
A list of all available Atlas App cloud region names.
Example response
[
{
"name": "Virginia (us-east-1)",
"cloud_provider": "aws",
"country": "usa",
"deployment_models": [
"GLOBAL",
"LOCAL"
]
}
]