AWS prescriptive-guidance documentation change
Summary
Replaced 'AWS VPN' with 'Site-to-Site VPN' in network connectivity context
Security assessment
Clarifies VPN type but doesn't introduce new security controls. The change appears to align terminology rather than address vulnerabilities.
Diff
diff --git a/prescriptive-guidance/latest/rehost-servers-over-private-networks-mgn/architecture.md b/prescriptive-guidance/latest/rehost-servers-over-private-networks-mgn/architecture.md index 09d08ef82..a5b66466b 100644 --- a//prescriptive-guidance/latest/rehost-servers-over-private-networks-mgn/architecture.md +++ b//prescriptive-guidance/latest/rehost-servers-over-private-networks-mgn/architecture.md @@ -15 +15 @@ The [staging subnet](https://docs.aws.amazon.com/mgn/latest/ug/subnet.html) is t -For [outbound requirements](https://docs.aws.amazon.com/mgn/latest/ug/Network-Requirements.html#Communication-TCP-443-Staging), you can use the [Create public IP](https://docs.aws.amazon.com/mgn/latest/ug/use-private-ip.html#public-ip) option to choose whether replication servers will communicate with required AWS services (Amazon S3, Application Migration Service, Amazon EC2) over private or public IP. The standard options to provide outbound internet connectivity are listed in the [Application Migration Service documentation](https://docs.aws.amazon.com/mgn/latest/ug/Network-Requirements.html#Communication-TCP-443-Staging): either a public IP address with an internet gateway or a private IP address with a NAT gateway. Both options allow you to implement a simplified hybrid scenario in which data replication traffic goes over a private connection (AWS VPN or AWS Direct Connect) while replication servers communicate with AWS services over the public network. +For [outbound requirements](https://docs.aws.amazon.com/mgn/latest/ug/Network-Requirements.html#Communication-TCP-443-Staging), you can use the [Create public IP](https://docs.aws.amazon.com/mgn/latest/ug/use-private-ip.html#public-ip) option to choose whether replication servers will communicate with required AWS services (Amazon S3, Application Migration Service, Amazon EC2) over private or public IP. The standard options to provide outbound internet connectivity are listed in the [Application Migration Service documentation](https://docs.aws.amazon.com/mgn/latest/ug/Network-Requirements.html#Communication-TCP-443-Staging): either a public IP address with an internet gateway or a private IP address with a NAT gateway. Both options allow you to implement a simplified hybrid scenario in which data replication traffic goes over a private connection (Site-to-Site VPN or AWS Direct Connect) while replication servers communicate with AWS services over the public network.