AWS sagemaker documentation change
Summary
Updated VPN terminology from 'AWS VPN' to 'Site-to-Site VPN'
Security assessment
The change only updates terminology for accuracy without altering security implications. The documentation link remains unchanged, and there's no evidence of addressing a security vulnerability or adding security features.
Diff
diff --git a/sagemaker/latest/dg/interface-vpc-endpoint.md b/sagemaker/latest/dg/interface-vpc-endpoint.md index 3fac54ebd..d0df062e2 100644 --- a//sagemaker/latest/dg/interface-vpc-endpoint.md +++ b//sagemaker/latest/dg/interface-vpc-endpoint.md @@ -125 +125 @@ To create a VPC Endpoint for Amazon SageMaker Feature Store, use the following e -To call the SageMaker API and SageMaker AI Runtime through your VPC, you have to connect from an instance that is inside the VPC or connect your private network to your VPC by using an AWS Virtual Private Network (AWS VPN) or Direct Connect. For information about AWS VPN, see [VPN Connections](https://docs.aws.amazon.com/vpc/latest/userguide/vpn-connections.html) in the _Amazon Virtual Private Cloud User Guide_. For information about AWS Direct Connect, see [Creating a Connection](https://docs.aws.amazon.com/directconnect/latest/UserGuide/create-connection.html) in the _AWS Direct Connect User Guide_. +To call the SageMaker API and SageMaker AI Runtime through your VPC, you have to connect from an instance that is inside the VPC or connect your private network to your VPC by using an AWS Virtual Private Network (Site-to-Site VPN) or Direct Connect. For information about Site-to-Site VPN, see [VPN Connections](https://docs.aws.amazon.com/vpc/latest/userguide/vpn-connections.html) in the _Amazon Virtual Private Cloud User Guide_. For information about AWS Direct Connect, see [Creating a Connection](https://docs.aws.amazon.com/directconnect/latest/UserGuide/create-connection.html) in the _AWS Direct Connect User Guide_.