AWS prescriptive-guidance documentation change
Summary
Changed 'AWS VPN' to 'Site-to-Site VPN' in connectivity documentation
Security assessment
The change clarifies VPN terminology but does not introduce new security information or address vulnerabilities. It maintains existing security context about encrypted connections without adding new security features or mitigations.
Diff
diff --git a/prescriptive-guidance/latest/migration-large-mysql-mariadb-databases/mydumper.md b/prescriptive-guidance/latest/migration-large-mysql-mariadb-databases/mydumper.md index f12d90a3e..fd8b708d7 100644 --- a//prescriptive-guidance/latest/migration-large-mysql-mariadb-databases/mydumper.md +++ b//prescriptive-guidance/latest/migration-large-mysql-mariadb-databases/mydumper.md @@ -30 +30 @@ The following are the steps for using MyDumper to migrate a database to the AWS -**Approach 3A** – Mount an [Amazon FSx](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-file-shares.html) or [Amazon Elastic File System (Amazon EFS)](https://docs.aws.amazon.com/efs/latest/ug/efs-onpremises.html) file system to the on-premises server that runs your database instance. You can use AWS Direct Connect or AWS VPN to establish the connection. You can directly back up the database to the mounted file share, or you can perform the backup in two steps by backing up the database to a local file system and then uploading it to the mounted FSx or EFS volume. Next, mount the Amazon FSx or Amazon EFS file system, which is also mounted on the on-premises server, on an EC2 instance. +**Approach 3A** – Mount an [Amazon FSx](https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-file-shares.html) or [Amazon Elastic File System (Amazon EFS)](https://docs.aws.amazon.com/efs/latest/ug/efs-onpremises.html) file system to the on-premises server that runs your database instance. You can use AWS Direct Connect or Site-to-Site VPN to establish the connection. You can directly back up the database to the mounted file share, or you can perform the backup in two steps by backing up the database to a local file system and then uploading it to the mounted FSx or EFS volume. Next, mount the Amazon FSx or Amazon EFS file system, which is also mounted on the on-premises server, on an EC2 instance.