From e8bd51763321dd2ce0bcd28eb4e314ae4fa3d678 Mon Sep 17 00:00:00 2001 From: Shanker Nagappa <112969428+5hanker@users.noreply.github.com> Date: Wed, 15 Oct 2025 09:38:47 -0500 Subject: [PATCH] Update private-connectivity-aws.md This looks like a typo. I see Azure instead of AWS in the AWS Privatelink setup doc. --- deploy-manage/security/private-connectivity-aws.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deploy-manage/security/private-connectivity-aws.md b/deploy-manage/security/private-connectivity-aws.md index a9c2d3a5a1..d813d25dc8 100644 --- a/deploy-manage/security/private-connectivity-aws.md +++ b/deploy-manage/security/private-connectivity-aws.md @@ -301,7 +301,7 @@ If the policy doesn't contain a VPC filter, then the association can serve as a ## Access the deployment over a PrivateLink [ec-access-the-deployment-over-private-link] -For traffic to connect with the deployment over Azure PrivateLink, the client making the request needs to be located within the VPC where you’ve created the VPC endpoint. You can also set up network traffic to flow through the originating VPC from somewhere else, such as another VPC or VPN from your corporate network. This assumes that the VPC endpoint and the DNS record are also available within that context. Check your service provider documentation for setup instructions. +For traffic to connect with the deployment over AWS PrivateLink, the client making the request needs to be located within the VPC where you’ve created the VPC endpoint. You can also set up network traffic to flow through the originating VPC from somewhere else, such as another VPC or VPN from your corporate network. This assumes that the VPC endpoint and the DNS record are also available within that context. Check your service provider documentation for setup instructions. ::::{important} Use the alias you’ve set up as CNAME DNS record to access your deployment. @@ -408,4 +408,4 @@ To delete a policy: :::{include} _snippets/network-security-page.md ::: -4. Find the policy you want to edit, then click the **Delete** icon. The icon is inactive if there are deployments associated with the policy. \ No newline at end of file +4. Find the policy you want to edit, then click the **Delete** icon. The icon is inactive if there are deployments associated with the policy.