diff --git a/cloud-controlplane/cloud-controlplane.yaml b/cloud-controlplane/cloud-controlplane.yaml index da8e725..6970dd3 100644 --- a/cloud-controlplane/cloud-controlplane.yaml +++ b/cloud-controlplane/cloud-controlplane.yaml @@ -315,12 +315,6 @@ components: id: description: ID of the cluster. ID is an output from the Create Cluster endpoint and cannot be set by the caller. type: string - internet_gateways: - description: InternetGateway information of the cluster. - items: - type: string - readOnly: true - type: array kafka_api: $ref: '#/components/schemas/Cluster.KafkaAPI' kafka_connect: @@ -331,6 +325,12 @@ components: description: Unique name of the cluster. example: development-cluster type: string + nat_gateways: + description: NAT gateway information for the cluster. + items: + type: string + readOnly: true + type: array network_id: description: Network ID where cluster is placed. example: cjcuq79c4vs94fcufc2g @@ -2096,6 +2096,8 @@ components: id: title: internal id of the organization type: string + mfa_enforced: + type: boolean name: title: display name of the organization type: string @@ -2103,6 +2105,11 @@ components: nullable: true type: string type: object + OrganizationUpdate: + properties: + mfa_enforced: + type: boolean + type: object Placement: description: Information about creation of new serverless clusters on the serverless region. properties: @@ -2656,6 +2663,17 @@ components: description: The unique name of the service_account. example: billing_admin type: string + role_bindings: + items: + $ref: '#/components/schemas/ServiceAccountCreate.RoleBinding' + type: array + type: object + ServiceAccountCreate.RoleBinding: + properties: + role_name: + type: string + scope: + $ref: '#/components/schemas/Scope' type: object ServiceAccountCredentials: properties: @@ -2791,6 +2809,11 @@ components: enum: - UPDATE_CLUSTER_TYPE_CUSTOMER_CONFIG type: string + UpdateOrganizationResponse: + properties: + organization: + $ref: '#/components/schemas/Organization' + type: object UpdateResourceGroupBody: properties: resource_group: @@ -3309,7 +3332,6 @@ paths: sasl: null url: https://pandaproxy-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com:9092 id: cjd3r21c4vs870t0ku30 - internet_gateways: [] kafka_api: all_seed_brokers: null mtls: null @@ -3319,6 +3341,7 @@ paths: kafka_connect: null maintenance_window_config: null name: my-new-cluster + nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 prometheus: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics @@ -3360,7 +3383,7 @@ paths: tags: - Clusters post: - description: Create a Redpanda cluster. Returns a long-running operation. See [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/) for more information. Call `GET /v1/operations/{id}` to check operation state. Refer to [Regions](https://docs.redpanda.com/api/doc/cloud-controlplane/topic/topic-regions-and-usage-tiers) for the list of available regions, zones, and tiers combinations for each cloud provider. For BYOC clusters, follow additional steps to [create a BYOC cluster](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-byoc-controlplane-api/#additional-steps-to-create-a-byoc-cluster). + description: Create a Redpanda cluster. Returns a long-running operation. For more information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/). To check operation state, call `GET /v1/operations/{id}`. Refer to [Regions](https://docs.redpanda.com/api/doc/cloud-controlplane/topic/topic-regions-and-usage-tiers) for the list of available regions, zones, and tiers combinations for each cloud provider. For BYOC clusters, follow additional steps to [create a BYOC cluster](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-byoc-controlplane-api/#additional-steps-to-create-a-byoc-cluster). operationId: ClusterService_CreateCluster requestBody: content: @@ -3568,7 +3591,7 @@ paths: - Clusters /v1/clusters/{id}: delete: - description: Delete a Redpanda Cluster. Returns a long-running operation. See [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/) for more information. Call `GET /v1/operations/{id}` to check operation state. + description: Delete a Redpanda Cluster. Returns a long-running operation. For more information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/). To check operation state, call `GET /v1/operations/{id}`. operationId: ClusterService_DeleteCluster parameters: - in: path @@ -3644,7 +3667,6 @@ paths: sasl: null url: https://pandaproxy-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com:9092 id: cjd3r21c4vs870t0ku30 - internet_gateways: [] kafka_api: all_seed_brokers: null mtls: null @@ -3654,6 +3676,7 @@ paths: kafka_connect: null maintenance_window_config: null name: my-new-cluster + nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 prometheus: url: https://console-aa0000l0.cjd3r21c4vs870t0ku30.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics @@ -3701,7 +3724,7 @@ paths: - Clusters /v1/networks: get: - description: List Redpanda Networks. + description: List Redpanda networks. operationId: NetworkService_ListNetworks parameters: - description: Resource group ID. @@ -3773,7 +3796,7 @@ paths: tags: - Networks post: - description: Create a Redpanda network. Returns a long-running operation. See [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/) for more information. Call `GET /v1/operations/{id}` to check operation state. + description: Create a Redpanda network. Returns a long-running operation. For more information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/). To check operation state, call `GET /v1/operations/{id}`. operationId: NetworkService_CreateNetwork requestBody: content: @@ -4039,7 +4062,6 @@ paths: sasl: null url: https://pandaproxy-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com:9092 id: cjb69h1c4vs42pca89s0 - internet_gateways: [] kafka_api: all_seed_brokers: null mtls: null @@ -4049,6 +4071,7 @@ paths: kafka_connect: null maintenance_window_config: null name: my-new-cluster + nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 prometheus: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics @@ -4164,7 +4187,6 @@ paths: sasl: null url: https://pandaproxy-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com:9092 id: cjb69h1c4vs42pca89s0 - internet_gateways: [] kafka_api: all_seed_brokers: null mtls: null @@ -4174,6 +4196,7 @@ paths: kafka_connect: null maintenance_window_config: null name: my-new-cluster + nat_gateways: [] network_id: cjb69k1c4vs45df9bee0 prometheus: url: https://console-aa0000l0.cjb69h1c4vs42pca89s0.fmc.prd.cloud.redpanda.com/api/cloud/prometheus/public_metrics @@ -4263,7 +4286,7 @@ paths: - Organization /v1/organizations/current: get: - description: Get current organizarion information + description: Get information about the current organization. operationId: OrganizationService_GetCurrentOrganization responses: "200": @@ -4287,9 +4310,41 @@ paths: summary: Get current organization tags: - Organization + patch: + description: Update properties of the current organization. + operationId: OrganizationService_UpdateOrganization + requestBody: + content: + application/json: + schema: + $ref: '#/components/schemas/OrganizationUpdate' + required: true + x-originalParamName: organization + responses: + "200": + content: + application/json: + schema: + $ref: '#/components/schemas/UpdateOrganizationResponse' + description: OK + "500": + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: Internal Server Error. Please reach out to support. + default: + content: + application/json: + schema: + $ref: '#/components/schemas/rpc.Status' + description: An unexpected error response. + summary: Update organization + tags: + - Organization /v1/regions/{cloud_provider}: get: - description: List available regions on the different cloud providers + description: List available regions on the different cloud providers. operationId: RegionService_ListRegions parameters: - in: path @@ -4437,7 +4492,7 @@ paths: tags: - Resource Groups post: - description: Create a Redpanda Resource Group. + description: Create a Redpanda resource group. operationId: ResourceGroupService_CreateResourceGroup requestBody: content: @@ -4838,7 +4893,7 @@ paths: tags: - Serverless Clusters post: - description: Create a Redpanda Serverless cluster. Returns a long-running operation. For more information, see [Use the Control Plane API with Serverless](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/). To check operation state, call `GET /v1/operations/{id}`. + description: Create a Redpanda Serverless cluster. Returns a long-running operation. For more information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/). To check operation state, call `GET /v1/operations/{id}`. operationId: ServerlessClusterService_CreateServerlessCluster requestBody: content: @@ -4884,7 +4939,7 @@ paths: - Serverless Clusters /v1/serverless/clusters/{id}: delete: - description: Delete Redpanda Serverless cluster. Returns a long-running operation. For more information, see [Use the Control Plane API with Serverless](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/). To check operation state, call `GET /v1/operations/{id}`. + description: Delete Redpanda Serverless cluster. Returns a long-running operation. For more information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/cloud-serverless-controlplane-api/). To check operation state, call `GET /v1/operations/{id}`. operationId: ServerlessClusterService_DeleteServerlessCluster parameters: - description: ID of Serverless cluster. @@ -5617,7 +5672,7 @@ servers: - description: Control Plane API url: https://api.redpanda.com tags: - - description: Check the state of long-running operations. See [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/) for more information. + - description: Check the state of long-running operations. name: Operations - description: Manage Redpanda Cloud clusters. For detailed steps and information, see [Use the Control Plane API](https://docs.redpanda.com/redpanda-cloud/manage/api/controlplane/). name: Clusters diff --git a/cloud-controlplane/x-topics/cloud-regions.md b/cloud-controlplane/x-topics/cloud-regions.md index c9fdf68..cd434fd 100644 --- a/cloud-controlplane/x-topics/cloud-regions.md +++ b/cloud-controlplane/x-topics/cloud-regions.md @@ -1,5 +1,900 @@ + + + Usage tiers define the sizing of a cluster and provide tested and guaranteed workload configurations for throughput, logical partitions, and connections. Availability depends on the region and the cluster type (BYOC, Dedicated). See [BYOC tiers](https://docs.redpanda.com/redpanda-cloud/reference/tiers/byoc-tiers/) and [Dedicated tiers](https://docs.redpanda.com/redpanda-cloud/reference/tiers/dedicated-tiers/) for further details. -
Region | Zones | Throughput Tiers |
---|---|---|
europe-west9 | europe-west9-a,europe-west9-b,europe-west9-c | tier-1-gcp-v2-x86: BYOC tier-2-gcp-v2-x86: BYOC tier-3-gcp-v2-x86: BYOC tier-4-gcp-v2-x86: BYOC tier-5-gcp-v2-x86: BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
europe-southwest1 | europe-southwest1-a,europe-southwest1-b,europe-southwest1-c | tier-1-gcp-v2-x86: BYOC tier-2-gcp-v2-x86: BYOC tier-3-gcp-v2-x86: BYOC tier-4-gcp-v2-x86: BYOC tier-5-gcp-v2-x86: BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
southamerica-west1 | southamerica-west1-b | tier-1-gcp-v2-x86: BYOC tier-2-gcp-v2-x86: BYOC tier-3-gcp-v2-x86: BYOC tier-4-gcp-v2-x86: BYOC tier-5-gcp-v2-x86: BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
asia-east1 | asia-east1-a,asia-east1-b,asia-east1-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
asia-northeast1 | asia-northeast1-a,asia-northeast1-b,asia-northeast1-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
asia-south1 | asia-south1-a,asia-south1-b,asia-south1-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
asia-southeast1 | asia-southeast1-a,asia-southeast1-b,asia-southeast1-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
australia-southeast1 | australia-southeast1-a,australia-southeast1-b,australia-southeast1-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
europe-west1 | europe-west1-b,europe-west1-c,europe-west1-d | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
europe-west2 | europe-west2-a,europe-west2-b,europe-west2-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
europe-west3 | europe-west3-a,europe-west3-b,europe-west3-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: Dedicated, BYOC tier-7-gcp-v2-x86: Dedicated, BYOC tier-8-gcp-v2-x86: Dedicated, BYOC tier-9-gcp-v2-x86: Dedicated, BYOC |
europe-west4 | europe-west4-a,europe-west4-b,europe-west4-c | tier-1-gcp-v2-x86: BYOC tier-2-gcp-v2-x86: BYOC tier-3-gcp-v2-x86: BYOC tier-4-gcp-v2-x86: BYOC tier-5-gcp-v2-x86: BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
northamerica-northeast1 | northamerica-northeast1-a,northamerica-northeast1-b,northamerica-northeast1-c | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
southamerica-east1 | southamerica-east1-b,southamerica-east1-c,southamerica-east1-a | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
us-central1 | us-central1-a,us-central1-b,us-central1-c,us-central1-f | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
us-east1 | us-east1-b,us-east1-c,us-east1-d | tier-1-gcp-v2-x86: Dedicated, BYOC tier-2-gcp-v2-x86: Dedicated, BYOC tier-3-gcp-v2-x86: Dedicated, BYOC tier-4-gcp-v2-x86: Dedicated, BYOC tier-5-gcp-v2-x86: Dedicated, BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
us-east4 | us-east4-a,us-east4-b,us-east4-c | tier-1-gcp-v2-x86: BYOC tier-2-gcp-v2-x86: BYOC tier-3-gcp-v2-x86: BYOC tier-4-gcp-v2-x86: BYOC tier-5-gcp-v2-x86: BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
us-west1 | us-west1-a,us-west1-b,us-west1-c | tier-1-gcp-v2-x86: BYOC tier-2-gcp-v2-x86: BYOC tier-3-gcp-v2-x86: BYOC tier-4-gcp-v2-x86: BYOC tier-5-gcp-v2-x86: BYOC tier-6-gcp-v2-x86: BYOC tier-7-gcp-v2-x86: BYOC tier-8-gcp-v2-x86: BYOC tier-9-gcp-v2-x86: BYOC |
Region | Zones | Throughput Tiers |
---|---|---|
ap-southeast-3 | apse3-az1,apse3-az2,apse3-az3 | tier-1-aws-v2-x86: BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-x86: BYOC |
eu-north-1 | eun1-az1,eun1-az2,eun1-az3 | tier-1-aws-v3-arm: BYOC tier-2-aws-v3-arm: BYOC tier-3-aws-v3-arm: BYOC tier-4-aws-v3-arm: BYOC tier-5-aws-v3-arm: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v3-arm: BYOC |
eu-south-1 | eus1-az1,eus1-az2,eus1-az3 | tier-1-aws-v2-x86: BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-x86: BYOC |
eu-west-3 | euw3-az1,euw3-az2,euw3-az3 | tier-1-aws-v2-arm: Dedicated, BYOC tier-2-aws-v2-arm: Dedicated, BYOC tier-3-aws-v2-arm: Dedicated, BYOC tier-4-aws-v2-arm: Dedicated, BYOC tier-5-aws-v2-arm: Dedicated, BYOC tier-6-aws-v2-arm: Dedicated, BYOC tier-7-aws-v2-arm: Dedicated, BYOC tier-8-aws-v2-arm: Dedicated, BYOC tier-9-aws-v2-arm: Dedicated, BYOC |
ap-east-1 | ape1-az1,ape1-az2,ape1-az3 | tier-1-aws-v2-x86: BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-x86: BYOC |
ap-northeast-1 | apne1-az4,apne1-az1,apne1-az2 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
af-south-1 | afs1-az1,afs1-az2,afs1-az3 | tier-1-aws-v2-x86: BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-x86: BYOC |
ap-south-1 | aps1-az1,aps1-az2,aps1-az3 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
ap-southeast-1 | apse1-az1,apse1-az2,apse1-az3 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
ap-southeast-2 | apse2-az1,apse2-az3,apse2-az2 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
ca-central-1 | cac1-az1,cac1-az2,cac1-az4 | tier-1-aws-v2-arm: Dedicated, BYOC tier-1-aws-v2-x86: BYOC tier-2-aws-v2-arm: Dedicated, BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-arm: Dedicated, BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-arm: Dedicated, BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-arm: Dedicated, BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-arm: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-arm: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-arm: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-arm: BYOC tier-9-aws-v2-x86: BYOC |
eu-central-1 | euc1-az2,euc1-az3,euc1-az1 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
eu-west-1 | euw1-az1,euw1-az2,euw1-az3 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
eu-west-2 | euw2-az1,euw2-az2,euw2-az3 | tier-1-aws-v2-arm: Dedicated, BYOC tier-1-aws-v2-x86: BYOC tier-2-aws-v2-arm: Dedicated, BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-arm: Dedicated, BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-arm: Dedicated, BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-arm: Dedicated, BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-arm: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-arm: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-arm: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-arm: BYOC tier-9-aws-v2-x86: BYOC |
me-central-1 | mec1-az1,mec1-az2,mec1-az3 | tier-1-aws-v2-x86: BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-x86: BYOC |
sa-east-1 | sae1-az1,sae1-az2,sae1-az3 | tier-1-aws-v2-x86: BYOC tier-2-aws-v2-x86: BYOC tier-3-aws-v2-x86: BYOC tier-4-aws-v2-x86: BYOC tier-5-aws-v2-x86: BYOC tier-6-aws-v2-x86: BYOC tier-7-aws-v2-x86: BYOC tier-8-aws-v2-x86: BYOC tier-9-aws-v2-x86: BYOC |
us-east-1 | use1-az2,use1-az4,use1-az5,use1-az6 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
us-east-2 | use2-az1,use2-az2,use2-az3 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
us-west-2 | usw2-az1,usw2-az2,usw2-az3 | tier-1-aws-v2-x86: BYOC tier-1-aws-v3-arm: BYOC, Dedicated tier-2-aws-v2-x86: BYOC tier-2-aws-v3-arm: BYOC, Dedicated tier-3-aws-v2-x86: BYOC tier-3-aws-v3-arm: BYOC, Dedicated tier-4-aws-v2-x86: BYOC tier-4-aws-v3-arm: BYOC, Dedicated tier-5-aws-v2-x86: BYOC tier-5-aws-v3-arm: BYOC, Dedicated tier-6-aws-v2-x86: BYOC tier-6-aws-v3-arm: BYOC tier-7-aws-v2-x86: BYOC tier-7-aws-v3-arm: BYOC tier-8-aws-v2-x86: BYOC tier-8-aws-v3-arm: BYOC tier-9-aws-v2-x86: BYOC tier-9-aws-v3-arm: BYOC |
Region | Zones | Throughput Tiers |
---|---|---|
eastus | eastus-az1,eastus-az2,eastus-az3 | tier-1-azure-v3-x86: Dedicated, BYOC tier-2-azure-v3-x86: Dedicated, BYOC tier-3-azure-v3-x86: Dedicated, BYOC tier-4-azure-v3-x86: Dedicated, BYOC tier-5-azure-v3-x86: Dedicated, BYOC |
uksouth | uksouth-az1,uksouth-az2,uksouth-az3 | tier-1-azure-v3-x86: Dedicated, BYOC tier-2-azure-v3-x86: Dedicated, BYOC tier-3-azure-v3-x86: Dedicated, BYOC tier-4-azure-v3-x86: Dedicated, BYOC tier-5-azure-v3-x86: Dedicated, BYOC |
norwayeast | norwayeast-az1,norwayeast-az2,norwayeast-az3 | tier-1-azure-v3-x86: Dedicated, BYOC tier-2-azure-v3-x86: Dedicated, BYOC tier-3-azure-v3-x86: Dedicated, BYOC tier-4-azure-v3-x86: Dedicated, BYOC tier-5-azure-v3-x86: Dedicated, BYOC |
centralus | centralus-az1,centralus-az2,centralus-az3 | tier-1-azure-v3-x86: Dedicated, BYOC tier-2-azure-v3-x86: Dedicated, BYOC tier-3-azure-v3-x86: Dedicated, BYOC tier-4-azure-v3-x86: Dedicated, BYOC tier-5-azure-v3-x86: Dedicated, BYOC |
eastus2 | eastus2-az1,eastus2-az2,eastus2-az3 | tier-1-azure-v3-x86: Dedicated, BYOC tier-2-azure-v3-x86: Dedicated, BYOC tier-3-azure-v3-x86: Dedicated, BYOC tier-4-azure-v3-x86: Dedicated, BYOC tier-5-azure-v3-x86: Dedicated, BYOC |
northeurope | northeurope-az1,northeurope-az2,northeurope-az3 | tier-1-azure-v3-x86: Dedicated, BYOC tier-2-azure-v3-x86: Dedicated, BYOC tier-3-azure-v3-x86: Dedicated, BYOC tier-4-azure-v3-x86: Dedicated, BYOC tier-5-azure-v3-x86: Dedicated, BYOC |
westeurope | westeurope-az1,westeurope-az2,westeurope-az3 | tier-1-azure-v3-x86: BYOC tier-2-azure-v3-x86: BYOC tier-3-azure-v3-x86: BYOC tier-4-azure-v3-x86: BYOC tier-5-azure-v3-x86: BYOC |
westus2 | westus2-az1,westus2-az2,westus2-az3 | tier-1-azure-v3-x86: BYOC tier-2-azure-v3-x86: BYOC tier-3-azure-v3-x86: BYOC tier-4-azure-v3-x86: BYOC tier-5-azure-v3-x86: BYOC |
Table of cloud regions and throughput tiers for GCP. Use the table headers for more information.
+Region | +Zones | +Throughput Tiers | +
---|---|---|
asia-east1 | +asia-east1-a,asia-east1-b,asia-east1-c | +
+
|
+
asia-northeast1 | +asia-northeast1-a,asia-northeast1-b,asia-northeast1-c | +
+
|
+
asia-south1 | +asia-south1-a,asia-south1-b,asia-south1-c | +
+
|
+
asia-southeast1 | +asia-southeast1-a,asia-southeast1-b,asia-southeast1-c | +
+
|
+
australia-southeast1 | +australia-southeast1-a,australia-southeast1-b,australia-southeast1-c | +
+
|
+
europe-southwest1 | +europe-southwest1-a,europe-southwest1-b,europe-southwest1-c | +
+
|
+
europe-west1 | +europe-west1-b,europe-west1-c,europe-west1-d | +
+
|
+
europe-west2 | +europe-west2-a,europe-west2-b,europe-west2-c | +
+
|
+
europe-west3 | +europe-west3-a,europe-west3-b,europe-west3-c | +
+
|
+
europe-west4 | +europe-west4-a,europe-west4-b,europe-west4-c | +
+
|
+
europe-west9 | +europe-west9-a,europe-west9-b,europe-west9-c | +
+
|
+
northamerica-northeast1 | +northamerica-northeast1-a,northamerica-northeast1-b,northamerica-northeast1-c | +
+
|
+
southamerica-east1 | +southamerica-east1-b,southamerica-east1-c,southamerica-east1-a | +
+
|
+
southamerica-west1 | +southamerica-west1-b | +
+
|
+
us-central1 | +us-central1-a,us-central1-b,us-central1-c,us-central1-f | +
+
|
+
us-east1 | +us-east1-b,us-east1-c,us-east1-d | +
+
|
+
us-east4 | +us-east4-a,us-east4-b,us-east4-c | +
+
|
+
us-west1 | +us-west1-a,us-west1-b,us-west1-c | +
+
|
+
us-west2 | +us-west2-a,us-west2-b,us-west2-c | +
+
|
+
Table of cloud regions and throughput tiers for AWS. Use the table headers for more information.
+Region | +Zones | +Throughput Tiers | +
---|---|---|
af-south-1 | +afs1-az1,afs1-az2,afs1-az3 | +
+
|
+
ap-east-1 | +ape1-az1,ape1-az2,ape1-az3 | +
+
|
+
ap-northeast-1 | +apne1-az4,apne1-az1,apne1-az2 | +
+
|
+
ap-south-1 | +aps1-az1,aps1-az2,aps1-az3 | +
+
|
+
ap-southeast-1 | +apse1-az1,apse1-az2,apse1-az3 | +
+
|
+
ap-southeast-2 | +apse2-az1,apse2-az3,apse2-az2 | +
+
|
+
ap-southeast-3 | +apse3-az1,apse3-az2,apse3-az3 | +
+
|
+
ca-central-1 | +cac1-az1,cac1-az2,cac1-az4 | +
+
|
+
eu-central-1 | +euc1-az2,euc1-az3,euc1-az1 | +
+
|
+
eu-north-1 | +eun1-az1,eun1-az2,eun1-az3 | +
+
|
+
eu-south-1 | +eus1-az1,eus1-az2,eus1-az3 | +
+
|
+
eu-west-1 | +euw1-az1,euw1-az2,euw1-az3 | +
+
|
+
eu-west-2 | +euw2-az1,euw2-az2,euw2-az3 | +
+
|
+
eu-west-3 | +euw3-az1,euw3-az2,euw3-az3 | +
+
|
+
me-central-1 | +mec1-az1,mec1-az2,mec1-az3 | +
+
|
+
sa-east-1 | +sae1-az1,sae1-az2,sae1-az3 | +
+
|
+
us-east-1 | +use1-az1,use1-az2,use1-az4,use1-az5,use1-az6 | +
+
|
+
us-east-2 | +use2-az1,use2-az2,use2-az3 | +
+
|
+
us-west-2 | +usw2-az1,usw2-az2,usw2-az3 | +
+
|
+
Table of cloud regions and throughput tiers for Azure. Use the table headers for more information.
+Region | +Zones | +Throughput Tiers | +
---|---|---|
centralus | +centralus-az1,centralus-az2,centralus-az3 | +
+
|
+
eastus | +eastus-az1,eastus-az2,eastus-az3 | +
+
|
+
eastus2 | +eastus2-az1,eastus2-az2,eastus2-az3 | +
+
|
+
northeurope | +northeurope-az1,northeurope-az2,northeurope-az3 | +
+
|
+
norwayeast | +norwayeast-az1,norwayeast-az2,norwayeast-az3 | +
+
|
+
uksouth | +uksouth-az1,uksouth-az2,uksouth-az3 | +
+
|
+
westeurope | +westeurope-az1,westeurope-az2,westeurope-az3 | +
+
|
+
westus2 | +westus2-az1,westus2-az2,westus2-az3 | +
+
|
+