Skip to content
This repository has been archived by the owner on Jan 29, 2024. It is now read-only.

Updated GCP VPC peering how-to #2217

Merged
merged 2 commits into from
Nov 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 10 additions & 6 deletions docs/platform/howto/vpc-peering-gcp.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,29 @@ Once you've created a :doc:`VPC on the Aiven platform <manage-vpc-peering>`, you

2. Select **VPC Networks** and find the VPC that you want to connect to.

3. Click the project name and make note of the *Project ID*.
3. Click the project name, and make note of the **Project ID**.

4. Under *VPC Networks*, make note of the VPC Network Name.
4. Under **VPC Network**, make note of the **VPC Network Name**.

5. In `Aiven Console <https://console.aiven.io>`_, select **VPCs** from the sidebar on the **Services** page.

6. On the **Virtual private clouds** page, select the VPC connection that you created.

7. On the **VPC Peering connections** page, enter the project ID and VPC network name from GCP, then click **Add peering connection**.
7. In the **VPC Peering connections** view, enter the GCP project ID (step 3) into the **GCP project ID** field and the exact GCP VPC network name (step 4) into the **GCP VPC network name** field. Next, select **Add peering connection**.

This adds a new connection with the *Pending Peer* status.

.. note::

Click the blue Pending peer icon and make a note of the Aiven project name and the network name.
Select the blue **Pending peer** icon, and make a note of the Aiven project ID and the VPC network name.

8. In your GCP Console, go to **VPC** > **VPC network peering** and select **Create Connection**.
8. In your GCP Console, go to **VPC** > **VPC network peering**, and select **Create peering connection**.

9. Enter a name for the peering connection, and enter the same project ID and network name that you found in step 7.
9. To create a peering connection, take the following steps:

1. Enter a name for the peering connection.
2. Under **Peered VPC network**, select **In another project**.
3. Enter the Aiven project ID and the VPC network name identified in step 7 in Aiven Console.

10. Click **Create**.

Expand Down
Loading