{{!-- AsciiDoc Cloud Regions Table Template --}}

////
This content is auto-generated. Do not edit manually.

To regenerate this content, run:
  npx doc-tools generate cloud-regions --help

For source code and documentation:
- Source: https://github.com/redpanda-data/docs-extensions-and-macros/tree/main/tools/cloud-regions
- Docs: https://redpandadata.atlassian.net/wiki/spaces/DOC/pages/1185054748/Doc+Tools+CLI
////

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 link:https://docs.redpanda.com/redpanda-cloud/reference/tiers/byoc-tiers/[BYOC tiers] and link:https://docs.redpanda.com/redpanda-cloud/reference/tiers/dedicated-tiers/[Dedicated tiers] for further details.

{{!--{{#if lastUpdated}}
_Last Updated: {{lastUpdated}}_
{{/if}}--}}

{{#each providers}}

=== {{name}}
.Regions for {{name}}
[%collapsible]
====
[cols="1,1,2",options="header"]
|===
|Region
|Zones
|Throughput Tiers
{{#each regions}}
|{{name}} 
|{{zones}} 
|{{#each tiers}}* {{this}}
{{/each}}
{{/each}}
|===
====
{{/each}}
