You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/serverless-private-link-connection-to-alicloud-rds.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ summary: Learn how to connect to an Alibaba Cloud ApsaraDB RDS for MySQL instanc
5
5
6
6
# Connect to Alibaba Cloud ApsaraDB RDS for MySQL via a Private Link Connection
7
7
8
-
This document describes how to connect a TiDB Cloud Essential cluster to an [Alibaba Cloud ApsaraDB RDS for MySQL](https://www.alibabacloud.com/en/product/apsaradb-for-rds-mysql) instance using an Alibaba Cloud Endpoint Service private link connection.
8
+
This document describes how to connect a {{{ .essential }}} cluster to an [Alibaba Cloud ApsaraDB RDS for MySQL](https://www.alibabacloud.com/en/product/apsaradb-for-rds-mysql) instance using an Alibaba Cloud Endpoint Service private link connection.
9
9
10
10
## Prerequisites
11
11
@@ -16,7 +16,7 @@ This document describes how to connect a TiDB Cloud Essential cluster to an [Ali
16
16
- Manage load balancer
17
17
- Manage endpoint services
18
18
19
-
- Your TiDB Cloud Essential cluster is on Alibaba Cloud, and it is active. Retrieve and save the following details for later use:
19
+
- Your {{{ .essential }}} cluster is on Alibaba Cloud, and it is active. Retrieve and save the following details for later use:
20
20
21
21
- Account ID
22
22
- Availability Zones (AZ)
@@ -33,8 +33,8 @@ Identify an Alibaba Cloud ApsaraDB RDS for MySQL that you want to use, or [creat
33
33
34
34
Your ApsaraDB RDS for MySQL instance must meet the following requirements:
35
35
36
-
- Region match: the instance must reside in the same Alibaba Cloud region as your TiDB Cloud Essential cluster.
37
-
- AZ (Availability Zone) availability: the availability zones must overlap with those of your TiDB Cloud Essential cluster.
36
+
- Region match: the instance must reside in the same Alibaba Cloud region as your {{{ .essential }}} cluster.
37
+
- AZ (Availability Zone) availability: the availability zones must overlap with those of your {{{ .essential }}} cluster.
38
38
- Network accessibility: the instance must be configured with proper IP whitelist and be accessible within the VPC.
39
39
40
40
> **Note**
@@ -63,7 +63,7 @@ Set up the load balancer in the same region of your ApsaraDB RDS for MySQL as fo
63
63
64
64
-**Network Type**: select `Internal-facing`
65
65
-**VPC**: select the VPC where your ApsaraDB RDS for MySQL is located
66
-
-**Zone**: it must overlap with your TiDB Cloud Essential cluster
66
+
-**Zone**: it must overlap with your {{{ .essential }}} cluster
67
67
-**IP Version**: select `IPv4`
68
68
69
69
4. Find the load balancer you created, and then click **Create Listener**. Provide the following information:
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/serverless-private-link-connection-to-aws-rds.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ summary: Learn how to connect to an Amazon RDS instance using an AWS Endpoint Se
5
5
6
6
# Connect to Amazon RDS via a Private Link Connection
7
7
8
-
This document describes how to connect a TiDB Cloud Essential cluster to an [Amazon RDS](https://aws.amazon.com/rds/) instance using an AWS Endpoint Service private link connection.
8
+
This document describes how to connect a {{{ .essential }}} cluster to an [Amazon RDS](https://aws.amazon.com/rds/) instance using an AWS Endpoint Service private link connection.
9
9
10
10
## Prerequisites
11
11
@@ -17,7 +17,7 @@ This document describes how to connect a TiDB Cloud Essential cluster to an [Ama
17
17
- Manage load balancer
18
18
- Manage endpoint services
19
19
20
-
- Your TiDB Cloud Essential is hosted on AWS, and it is active. Retrieve and save the following details for later use:
20
+
- Your {{{ .essential }}} is hosted on AWS, and it is active. Retrieve and save the following details for later use:
21
21
22
22
- AWS Account ID
23
23
- Availability Zones (AZ)
@@ -34,8 +34,8 @@ Identify an Amazon RDS instance to use, or [create a new one](https://docs.aws.a
34
34
35
35
The Amazon RDS instance must meet the following requirements:
36
36
37
-
- Region match: the instance must reside in the same AWS region as your TiDB Cloud Essential cluster.
38
-
- The [subnet group](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Subnets) of your Amazon RDS instance must have overlapping availability zones as your TiDB Cloud Essential cluster.
37
+
- Region match: the instance must reside in the same AWS region as your {{{ .essential }}} cluster.
38
+
- The [subnet group](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_VPC.WorkingWithRDSInstanceinaVPC.html#USER_VPC.Subnets) of your Amazon RDS instance must have overlapping availability zones as your {{{ .essential }}} cluster.
39
39
- Set your Amazon RDS instance with a proper security group, and it is accessible within the VPC. For example, you can create a security group with the following rules:
40
40
41
41
- An inbound rule that allows MySQL/Aurora:
@@ -66,14 +66,14 @@ To set up the load balancer in the same region of your RDS, take the following s
66
66
-**VPC**: the VPC where your RDS is located
67
67
-**Register targets**: register the IP addresses of your Amazon RDS instance. You can ping the RDS endpoint to get the IP address.
68
68
69
-
For more information, see [Create a target group for your Network Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-target-group.html).
69
+
For more information, see [Create a target group for your Network Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-target-group.html).
70
70
71
71
2. Go to [Load balancers](https://console.aws.amazon.com/ec2/home#LoadBalancers) to create a network load balancer. Provide the following information:
72
72
73
73
-**Schema**: select `Internal`
74
74
-**Load balancer IP address type**: select `IPv4`
75
75
-**VPC**: the VPC where your RDS is located
76
-
-**Availability Zones**: it must overlap with your TiDB Cloud Essential cluster
76
+
-**Availability Zones**: it must overlap with your {{{ .essential }}} cluster
77
77
-**Security groups**: create a new security group with the following rules:
78
78
- An inbound rule that allows MySQL/Aurora:
79
79
- Type: `MySQL/Aurora`
@@ -86,8 +86,8 @@ To set up the load balancer in the same region of your RDS, take the following s
86
86
-**Listeners and routing**:
87
87
-**Protocol and Port**: set the protocol to TCP and port to your database port, for example `3306` for MySQL
88
88
-**Target group**: select the target group you that create in the previous step
89
-
90
-
For more information, see [Create a Network Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-network-load-balancer.html).
89
+
90
+
For more information, see [Create a Network Load Balancer](https://docs.aws.amazon.com/elasticloadbalancing/latest/network/create-network-load-balancer.html).
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/serverless-private-link-connection-to-self-hosted-kafka-in-alicloud.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ For example, the port mapping is as follows:
35
35
- Manage load balancer
36
36
- Manage endpoint services
37
37
38
-
-TiDB Cloud Essential information: confirm that your TiDB Cloud Essential is active in Alibaba Cloud provider. Retrieve and save the following details for later use:
38
+
-{{{ .essential }}} information: confirm that your {{{ .essential }}} is active in Alibaba Cloud provider. Retrieve and save the following details for later use:
Copy file name to clipboardExpand all lines: markdown-pages/en/tidbcloud/master/tidb-cloud/serverless-private-link-connection-to-self-hosted-kafka-in-aws.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ summary: Learn how to connect to an AWS Self-Hosted Kafka using an AWS Endpoint
5
5
6
6
# Connect to AWS Self-Hosted Kafka via Private Link Connection
7
7
8
-
This document describes how to connect a TiDB Cloud Essential cluster to a self-hosted Kafka cluster in AWS using AWS Endpoint Service [private link connection](/tidb-cloud/serverless-private-link-connection.md).
8
+
This document describes how to connect a {{{ .essential }}} cluster to a self-hosted Kafka cluster in AWS using AWS Endpoint Service [private link connection](/tidb-cloud/serverless-private-link-connection.md).
9
9
10
10
The mechanism works as follows:
11
11
@@ -29,7 +29,7 @@ The mechanism works as follows:
29
29
- Manage load balancer
30
30
- Manage endpoint services
31
31
32
-
- Ensure that your TiDB Cloud Essential is active in AWS. Retrieve and save the following details for later use:
32
+
- Ensure that your {{{ .essential }}} is active in AWS. Retrieve and save the following details for later use:
0 commit comments