Skip to content

Commit cea6dba

Browse files
committed
Remove DNS resolution step from VPC Peering guide (#1022)
(cherry picked from commit dce5ca1)
1 parent ae0f1bd commit cea6dba

File tree

1 file changed

+5
-15
lines changed

1 file changed

+5
-15
lines changed

docs/guides/vpc-peering.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,35 +48,25 @@ Click "Create Peering Connection", navigate back to the Peering Connections dash
4848

4949
## Step 4
5050

51-
Select the peering connection, and click "Actions" > "Edit DNS Settings":
52-
53-
![step 4a](https://user-images.githubusercontent.com/808475/80132405-7b41a900-8550-11ea-8367-ec6c8070ed8e.png)
54-
55-
Select both check boxes to allow DNS Resolution, and click "Save":
56-
57-
![step 4b](https://user-images.githubusercontent.com/808475/80132688-e55a4e00-8550-11ea-8705-eba7a4726f25.png)
58-
59-
## Step 5
60-
6151
Navigate to the VPC Route Tables page. Select the route table for the VPC from which you'd like to connect to the Cortex cluster (in my case, I just have one route table for this VPC). Select the "Routes" tab, and click "Edit routes":
6252

63-
![step 5a](https://user-images.githubusercontent.com/808475/80135180-b940cc00-8554-11ea-8162-c7409090897b.png)
53+
![step 4a](https://user-images.githubusercontent.com/808475/80135180-b940cc00-8554-11ea-8162-c7409090897b.png)
6454

6555
Add a route where the "Destination" is the CIDR block for Cortex's VPC (identified in Step 1), and the "Target" is the newly-created Peering Connection:
6656

67-
![step 5b](https://user-images.githubusercontent.com/808475/80137033-78968200-8557-11ea-9d84-9221b772f0fc.png)
57+
![step 4b](https://user-images.githubusercontent.com/808475/80137033-78968200-8557-11ea-9d84-9221b772f0fc.png)
6858

6959
Do not create new route tables or change subnet associations.
7060

71-
## Step 6
61+
## Step 5
7262

7363
Navigate back to the VPC Route Tables page. There will be a route table for each of the subnets associated with the Cortex operator load balancer (identified in Step 1):
7464

75-
![step 6a](https://user-images.githubusercontent.com/808475/80138244-5dc50d00-8559-11ea-9248-fc201d011530.png)
65+
![step 5a](https://user-images.githubusercontent.com/808475/80138244-5dc50d00-8559-11ea-9248-fc201d011530.png)
7666

7767
For each of these route tables, click "Edit routes" and add a new route where the "Destination" is the CIDR block for the VPC from which you will be connecting to the Cortex cluster (identified in Step 2), and the "Target" is the newly-created Peering Connection:
7868

79-
![step 6b](https://user-images.githubusercontent.com/808475/80138653-f78cba00-8559-11ea-8444-406e218c3bab.png)
69+
![step 5b](https://user-images.githubusercontent.com/808475/80138653-f78cba00-8559-11ea-8444-406e218c3bab.png)
8070

8171
Repeat adding this route for each route table associated with the Cortex operator's subnets; in my case there were three. Do not create new route tables or change subnet associations.
8272

0 commit comments

Comments
 (0)