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: tidb-cloud/serverless-private-link-connection-to-self-hosted-kafka-in-alicloud.md
+5-24Lines changed: 5 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,9 @@ For example, the port mapping is as follows:
26
26
27
27
1. Ensure that you have a Kafka cluster or have the following permissions to set up one.
28
28
29
-
- Manage EC2 nodes
30
-
- Manage VPC
31
-
- Manage subnets
32
-
- Connect to EC2 nodes to configure Kafka nodes
29
+
- Manage ECS nodes
30
+
- Manage VPC and vSwitch
31
+
- Connect to ECS nodes to configure Kafka nodes
33
32
34
33
2. Ensure that you have the following authorization to set up a load balancer and endpoint service in your own AWS account.
35
34
@@ -64,7 +63,7 @@ If you need to expose an existing cluster, follow the instructions in [Reconfigu
64
63
The Kafka VPC requires the following:
65
64
66
65
- Three private vSwitches for brokers, one for each AZ.
67
-
- One public vSwitches in any AZ with a bastion node that can connect to the internet and three private subnets, which makes it easy to set up the Kafka cluster. In a production environment, you might have your own bastion node that can connect to the Kafka VPC.
66
+
- One public vSwitches in any AZ with a bastion node that can connect to the internet and three private vSwitches, which makes it easy to set up the Kafka cluster. In a production environment, you might have your own bastion node that can connect to the Kafka VPC.
68
67
69
68
Take the following steps to create the Kafka VPC.
70
69
@@ -87,24 +86,6 @@ Take the following steps to create the Kafka VPC.
87
86
88
87
3. On the VPC detail page, take note of the VPC ID, for example, `vpc-t4nfx2vcqazc862e9fg06`.
89
88
90
-
<!-- **1.2. Create the internet NAT gateway in the Kafka VPC**
91
-
92
-
1. Click **NAT gateway** then click **Internet NAT gateway**.
93
-
2. Click **Create Internet NAT gateway** to create an internet NAT gateway in the Kafka VPC you created in the previous step.
94
-
95
-
- **Instance Name**: `bastion`
96
-
- **Network and Zone**: `Kafka VPC` and `bastion` vSwitch
97
-
- **Network Type**: `Internet NAT gateway`
98
-
- **EIP**: Purchase a new EIP
99
-
100
-
3. Click **Buy Now** to create the EIP and internet NAT gateway. -->
101
-
<!-- 4. Go to the internet NAT gateway detail page, and then click the **SNAT** tab. Click **Create SNAT Entry** to add a SNAT entry.
102
-
103
-
- **SNAT Entry**: choose `Specify vSwitch`
104
-
- **Select vSwitch**: choose `bastion` vSwitch
105
-
- **Select EIP**: choose the EIP you created in the previous step
106
-
- Click **OK**. -->
107
-
108
89
#### 2. Set up Kafka brokers
109
90
110
91
**2.1. Create a bastion node**
@@ -120,7 +101,7 @@ Go to the [ECS Listing page](https://ecs.console.alibabacloud.com/home#/). Creat
120
101
121
102
**2.2. Create broker nodes**
122
103
123
-
Go to the [EC2 Listing page](https://ecs.console.alibabacloud.com/home#/). Create three broker nodes in broker subnets, one for each AZ.
104
+
Go to the [EC2 Listing page](https://ecs.console.alibabacloud.com/home#/). Create three broker nodes in, one for each AZ.
0 commit comments