AWS appsync documentation change
Summary
Updated 'AWS Direct Connect' to 'Direct Connect' in VPC connectivity documentation
Security assessment
Branding/nomenclature update that doesn't alter the security posture. PrivateLink implementation details and network isolation benefits remain equivalent.
Diff
diff --git a/appsync/latest/devguide/using-private-apis.md b/appsync/latest/devguide/using-private-apis.md index d12fb436f..3b4e36525 100644 --- a//appsync/latest/devguide/using-private-apis.md +++ b//appsync/latest/devguide/using-private-apis.md @@ -11 +11 @@ If you use Amazon Virtual Private Cloud (Amazon VPC), you can create AWS AppSync -To establish a private connection between your VPC and the AWS AppSync service, you must create interface VPC endpoints. Interface endpoints are powered by [AWS PrivateLink](http://aws.amazon.com/privatelink), which enables you to privately access AWS AppSync APIs without an internet gateway, NAT device, VPN connection, or AWS Direct Connect connection. Instances in your VPC don't need public IP addresses to communicate with AWS AppSync APIs. Traffic between your VPC and AWS AppSync doesn't leave the AWS network. +To establish a private connection between your VPC and the AWS AppSync service, you must create interface VPC endpoints. Interface endpoints are powered by [AWS PrivateLink](http://aws.amazon.com/privatelink), which enables you to privately access AWS AppSync APIs without an internet gateway, NAT device, VPN connection, or Direct Connect connection. Instances in your VPC don't need public IP addresses to communicate with AWS AppSync APIs. Traffic between your VPC and AWS AppSync doesn't leave the AWS network. @@ -28 +28 @@ There are some additional factors to consider before enabling Private API featur - * Your AWS AppSync Private APIs will only be available from your VPC. The AWS AppSync console Query editor will only be able to reach your API if your browser's network configuration can route traffic to your VPC (e.g., connection via VPN or over AWS Direct Connect). + * Your AWS AppSync Private APIs will only be available from your VPC. The AWS AppSync console Query editor will only be able to reach your API if your browser's network configuration can route traffic to your VPC (e.g., connection via VPN or over Direct Connect).