AWS prescriptive-guidance documentation change
Summary
Updated VPN terminology from 'AWS VPN' to 'Site-to-Site VPN'
Security assessment
The change clarifies VPN type but doesn't address vulnerabilities or add security features. No security implications identified.
Diff
diff --git a/prescriptive-guidance/latest/patterns/migrate-couchbase-server-ec2.md b/prescriptive-guidance/latest/patterns/migrate-couchbase-server-ec2.md index a7b2397a2..50f177785 100644 --- a//prescriptive-guidance/latest/patterns/migrate-couchbase-server-ec2.md +++ b//prescriptive-guidance/latest/patterns/migrate-couchbase-server-ec2.md @@ -47 +47 @@ The following diagram shows the high-level architecture for migrating Couchbase -From the on-premises Couchbase cluster, data moves through a customer gateway by using [AWS Direct Connect](https://aws.amazon.com/directconnect/). The data passes through a router and an Direct Connect route and reaches the VPC through an [AWS Virtual Private Network (AWS VPN)](https://aws.amazon.com/vpn/) gateway. The VPC contains an EC2 instance that is running Couchbase Server. The AWS infrastructure also includes [AWS Identity and Access Management (IAM)](https://aws.amazon.com/iam/) for access control, [AWS Key Management Service (AWS KMS)](https://aws.amazon.com/kms/) for data encryption, [Amazon Elastic Block Store (Amazon EBS)](https://aws.amazon.com/ebs/) for block storage, and [Amazon Simple Storage Service (Amazon S3)](https://aws.amazon.com/s3/) for data storage. +From the on-premises Couchbase cluster, data moves through a customer gateway by using [AWS Direct Connect](https://aws.amazon.com/directconnect/). The data passes through a router and an Direct Connect route and reaches the VPC through an [AWS Virtual Private Network (Site-to-Site VPN)](https://aws.amazon.com/vpn/) gateway. The VPC contains an EC2 instance that is running Couchbase Server. The AWS infrastructure also includes [AWS Identity and Access Management (IAM)](https://aws.amazon.com/iam/) for access control, [AWS Key Management Service (AWS KMS)](https://aws.amazon.com/kms/) for data encryption, [Amazon Elastic Block Store (Amazon EBS)](https://aws.amazon.com/ebs/) for block storage, and [Amazon Simple Storage Service (Amazon S3)](https://aws.amazon.com/s3/) for data storage.