Skip to content

Commit 5fd32d4

Browse files
puneetsarnapdabelf5
authored andcommitted
Explicitly call out PSC NEG for deployment setup (#1307)
GCP has various types of NEG and the one we care about is the PSC NEG that enables the customer to connect to a service provider via the service attachment.
1 parent 6b1a805 commit 5fd32d4

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,9 @@ To set up connectivity to your NGINXaaS deployment, you will need to configure a
8787

8888
1. Access the [Google Cloud Console](https://console.cloud.google.com/).
8989
1. Create a public IP address. See [Google's documentation on reserving a static address](https://cloud.google.com/load-balancing/docs/tcp/set-up-ext-reg-tcp-proxy-zonal#console_3) for a step-by-step guide.
90-
1. Create a Network Endpoint Group (NEG). See [Google's documentation on creating a NEG](https://cloud.google.com/vpc/docs/access-apis-managed-services-private-service-connect-backends#console) for a step-by-step guide.
90+
1. Create a Private Service Connect Network Endpoint Group (PSC NEG). See [Google's documentation on creating a NEG](https://cloud.google.com/vpc/docs/access-apis-managed-services-private-service-connect-backends#console) for a step-by-step guide.
91+
- Set **Network endpoint group type** to **Private Service Connect NEG (Regional)**.
92+
- Set **Taget** to **Published service**.
9193
- For **Target service**, enter your NGINXaaS deployment's Service Attachment, which is visible on the `Deployment Details` section for your deployment.
9294
- For **Producer port**, enter the port your NGINX server is listening on. If you're using the default NGINX config, enter port `80`.
9395
- For **Network** and **Subnetwork** select your consumer VPC network and subnet.
@@ -105,4 +107,4 @@ To set up connectivity to your NGINXaaS deployment, you will need to configure a
105107

106108
## What's next
107109

108-
[Manage your NGINXaaS users]({{< ref "/nginxaas-google/getting-started/manage-users-accounts.md" >}})
110+
[Manage your NGINXaaS users]({{< ref "/nginxaas-google/getting-started/manage-users-accounts.md" >}})

0 commit comments

Comments
 (0)