Supported Cloud Regions for Confluent Cloud for Apache Flink¶
Confluent Cloud for Apache Flink® is available on AWS, Azure, and Google Cloud.
Flink is supported in the following regions.
You can see the regions where Confluent Cloud for Apache Flink is supported by using the Confluent Cloud Console, the Confluent CLI, and the Flink REST API.
AWS supported regions¶
Regions | Networking |
---|---|
ap-northeast-2 | Public and private |
ap-south-1 | Public and private |
ap-southeast-1 | Public and private |
ap-southeast-2 | Public and private |
ca-central-1 | Public |
eu-central-1 | Public and private |
eu-central-2 | Public and private |
eu-west-1 | Public and private |
eu-west-2 | Public and private |
sa-east-1 | Public and private |
us-east-1 | Public and private |
us-east-2 | Public and private |
us-west-2 | Public and private |
Azure supported regions¶
Regions | Networking |
---|---|
australiaeast | Public and private (private networking Limited Availability) |
brazilsouth | Public |
centralindia | Public |
centralus | Public |
eastus | Public |
eastus2 | Public |
francecentral | Public |
northeurope | Public |
southcentralus | Public |
southeastasia | Public |
westeurope | Public |
westus2 | Public and private (private networking Limited Availability) |
Google Cloud supported regions¶
Regions | Networking |
---|---|
asia-south1 | Public |
asia-south2 | Public |
asia-southeast1 | Public |
australia-southeast1 | Public |
europe-west1 | Public |
europe-west3 | Public |
us-central1 | Public |
us-east1 | Public |
us-east4 | Public |
us-west4 | Public |
List regions by using Cloud Console, Confluent CLI, or REST API¶
You can see the regions where Confluent Cloud for Apache Flink is supported by using the Confluent Cloud Console, the Confluent CLI, or the Flink REST API.
Log in to Confluent Cloud and navigate to your environment.
Click Flink and ensure that Compute pools is selected.
Click Add compute pool.
In the Create compute pool page, you can browse the available cloud providers and regions.
Log in to Confluent Cloud.
confluent login --organization-id ${ORG_ID} --prompt
Use the Confluent CLI command to see the regions where Confluent Cloud for Apache Flink is supported.
confluent flink region list
Your output should resemble:
Current | Name | Cloud | Region ----------+--------------------------------+-------+----------------------- | Belgium (europe-west1) | GCP | europe-west1 | Canada (ca-central-1) | AWS | ca-central-1 | Iowa (centralus) | AZURE | centralus ...
Use
grep
to filter the list by cloud provider. For example, the following command shows the AWS regions where Flink is available.confluent flink region list | grep -i aws
Your output should resemble:
| Canada (ca-central-1) | AWS | ca-central-1 | Frankfurt (eu-central-1) | AWS | eu-central-1 | Ireland (eu-west-1) | AWS | eu-west-1 ...