-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d69ae51
commit af1a64f
Showing
4 changed files
with
90 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; | ||
|
||
1. In your [Google Cloud console](https://console.cloud.google.com/), go to **VPC** > | ||
**VPC network peering**, and select **Create peering connection**. | ||
|
||
1. To create a peering connection: | ||
|
||
1. Enter a name for the peering connection. | ||
1. Under **Peered VPC network**, select **In another project**. | ||
1. Enter the Aiven project ID and the VPC network name identified | ||
in step 7 in Aiven Console. | ||
|
||
1. Click **Create**. | ||
|
||
When the peering is successful, it is active in both | ||
[Aiven Console](https://console.aiven.io) and your | ||
[Google Cloud console](https://console.cloud.google.com/). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; | ||
|
||
1. Log in to the [Google Cloud console](https://console.cloud.google.com/), open the | ||
navigation menu, and select **Cloud overview** > **Dashboard**. | ||
1. Find the **Project info** field, and collect your **Project ID**. | ||
1. Use **Search** to go to **VPC networks**. | ||
1. Find a VPC to connect to, and make note of its **Name**. |