Skip to content

Commit f7308bf

Browse files
authored
NGINXaaS: clarify supported regions for network attachment (#1313)
This adds clarity around the network attachment needing to be created in a supported region.
1 parent b81e600 commit f7308bf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

content/nginxaas-google/getting-started/create-deployment/deploy-console.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,7 @@ Before you can deploy NGINXaaS, follow the steps in the [Prerequisites]({{< ref
1818

1919
### Create a network attachment
2020

21-
NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to connect your NGINXaaS deployment to your VPC network.
22-
23-
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
24-
1. Create a consumer VPC network and subnetwork. See [Google's documentation on creating a VPC and subnet](https://cloud.google.com/vpc/docs/create-modify-vpc-networks#console_1) for a step-by-step guide.
25-
- The region you select for the network attachment determines the region where your NGINXaaS deployment will be created. You do not manually select a region when creating an NGINXaaS deployment; it will automatically be created in the same region as the network attachment.
26-
1. Create a network attachment in your new subnet. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments) for a step-by-step guide.
27-
- For **production use cases**, we recommend setting the **Connection preference** on the Network Attachment resource to **Accept connections from selected projects**. This lets you manually approve trusted connections, as this setting cannot be changed later. To start, you can leave the list of accepted projects empty and add the NGINXaaS deployment project after it is created.
28-
- For **development use cases**, you can set the **Connection preference** to **Automatically accept connections from all projects**, which allows connections without manual approval. If you choose this option, you don't need to explicitly allow the NGINXaaS deployment project.
29-
2. Make a note of the network attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
21+
NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about-network-attachments) to connect your NGINXaaS deployment to your VPC network. The network attachment must be created in a region we support.
3022

3123
{{< call-out "caution" >}}NGINXaaS for Google Cloud currently supports the following regions:
3224

@@ -39,6 +31,14 @@ NGINXaaS requires a [network attachment](https://cloud.google.com/vpc/docs/about
3931

4032
{{< /call-out >}}
4133

34+
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
35+
1. Create a consumer VPC network and subnetwork. See [Google's documentation on creating a VPC and subnet](https://cloud.google.com/vpc/docs/create-modify-vpc-networks#console_1) for a step-by-step guide.
36+
- The region you select for the network attachment determines the region where your NGINXaaS deployment will be created. You do not manually select a region when creating an NGINXaaS deployment; it will automatically be created in the same region as the network attachment.
37+
1. Create a network attachment in your new subnet. See [Google's documentation on creating a network attachment](https://cloud.google.com/vpc/docs/create-manage-network-attachments#create-network-attachments) for a step-by-step guide.
38+
- For **production use cases**, we recommend setting the **Connection preference** on the Network Attachment resource to **Accept connections from selected projects**. This lets you manually approve trusted connections, as this setting cannot be changed later. To start, you can leave the list of accepted projects empty and add the NGINXaaS deployment project after it is created.
39+
- For **development use cases**, you can set the **Connection preference** to **Automatically accept connections from all projects**, which allows connections without manual approval. If you choose this option, you don't need to explicitly allow the NGINXaaS deployment project.
40+
1. Make a note of the network attachment ID. You will need it in the next steps to create your NGINXaaS deployment.
41+
4242
## Access the NGINXaaS Console
4343

4444
Once you have completed the subscription process and created a network attachment, you can access the NGINXaaS Console.

0 commit comments

Comments
 (0)