8000 fix: update steps for creating vpc with goolge cloud by wojcik-dorota · Pull Request #902 · aiven/aiven-docs · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

fix: update steps for creating vpc with goolge cloud #902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions docs/platform/howto/manage-org-vpc-peering-google.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,9 @@ create an organization VPC peering connection using a tool of your choice:

This adds a connection with the **Pending peer** status in the
[Aiven Console](https://console.aiven.io/).
1. While still on the **VPC details** page, make a note of the **ID** of your Aiven VPC.
1. Click <ConsoleLabel name="service settings"/> in the sidebar, and make a note of your
**Project name** in the **Project settings** section.
1. On the **VPC details** page, go to the **VPC peering connections** section and click
**Status details** for the new connection. Make a note of your Aiven VPC network name
and project ID.

</TabItem>
<TabItem value="cli" label="Aiven CLI">
Expand Down
6 changes: 3 additions & 3 deletions docs/platform/howto/vpc-peering-gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,9 @@ create a project VPC peering connection using a tool of your choice:

This adds a connection with the **Pending peer** status in the
[Aiven Console](https://console.aiven.io/).
1. While still on the **VPC details** page, make a note of the **ID** of your Aiven VPC.
1. Click <ConsoleLabel name="service settings"/> in the sidebar, and make a note of your
**Project name** in the **Project settings** section.
1. On the **VPC details** page, go to the **VPC peering connections** section and click
**Status details** for the new connection. Make a note of your Aiven VPC network name
and project ID.

</TabItem>
<TabItem value="cli" label="Aiven CLI">
Expand Down
10 changes: 6 additions & 4 deletions static/includes/vpc/accept-peering-google.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ import ConsoleLabel from "@site/src/components/ConsoleIcons";
1. Enter a name for the peering connection.
1. Select your Google Cloud VPC network.
1. In the **Peered VPC network** field, select **In another project**.
1. In the **Project ID** field, enter the Aiven project name collected in the the
[Aiven Console](https://console.aiven.io).
1. In the **VPC network name** field, enter the ID of your Aiven VPC collected in the the
[Aiven Console](https://console.aiven.io).
1. In the **Project ID** field, enter the Aiven project ID collected in the the
[Aiven Console](https://console.aiven.io), on the **VPC details** page, in the **VPC
peering connections** section, from **Status details** of the new connection.
1. In the **VPC network name** field, enter the name of your Aiven VPC collected in the the
[Aiven Console](https://console.aiven.io), on the **VPC details** page, in the **VPC
peering connections** section, from **Status details** of the new connection.
1. Click **Create**.

As soon as the peering is created, the connection status changes to **Active** both
Expand Down
0