AWS prescriptive-guidance documentation change
Summary
Updated navigation link from 'welcome.html' to 'introduction.html', added section header for VPC connectivity options, and fixed apostrophe formatting throughout the document.
Security assessment
Changes involve documentation structure improvements (navigation links, section headers) and typographical fixes (apostrophe formatting). No security vulnerabilities, mitigations, or security features are mentioned or added. The content discusses general networking options without security-specific enhancements.
Diff
diff --git a/prescriptive-guidance/latest/secure-outbound-network-traffic/vpc-region-communication.md b/prescriptive-guidance/latest/secure-outbound-network-traffic/vpc-region-communication.md index d5afce934..7157378ba 100644 --- a//prescriptive-guidance/latest/secure-outbound-network-traffic/vpc-region-communication.md +++ b//prescriptive-guidance/latest/secure-outbound-network-traffic/vpc-region-communication.md @@ -5 +5,3 @@ -[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Secure your VPC’s outbound network traffic in the AWS Cloud](welcome.html) +[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Secure your VPC’s outbound network traffic in the AWS Cloud](introduction.html) + +Key considerations when choosing between VPC peering and AWS Transit Gateway @@ -11 +13 @@ Multi-VPC infrastructures can help organizations segment their workloads and exp -To establish connectivity between two VPCs, you can use either [VPC peering](https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/vpc-to-vpc-connectivity.html) or [AWS Transit Gateway](https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/transit-gateway.html). A VPC peering connection is a networking connection between two VPCs that routes traffic between them using private IPv4 or IPv6 addresses. AWS Transit Gateway connects VPCs to a single Transit Gateway instance, which consolidates an organization’s entire AWS routing configuration in one place. +To establish connectivity between two VPCs, you can use either [VPC peering](https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/vpc-to-vpc-connectivity.html) or [AWS Transit Gateway](https://docs.aws.amazon.com/whitepapers/latest/building-scalable-secure-multi-vpc-network-infrastructure/transit-gateway.html). A VPC peering connection is a networking connection between two VPCs that routes traffic between them using private IPv4 or IPv6 addresses. AWS Transit Gateway connects VPCs to a single Transit Gateway instance, which consolidates an organization's entire AWS routing configuration in one place. @@ -17 +19 @@ For more information, see the [Building a Scalable and Secure Multi-VPC AWS Netw -To create and manage a multi-VPC AWS network infrastructure at scale, it’s a best practice to use AWS Transit Gateway. +To create and manage a multi-VPC AWS network infrastructure at scale, it's a best practice to use AWS Transit Gateway. @@ -19 +21 @@ To create and manage a multi-VPC AWS network infrastructure at scale, it’s a b -**Key considerations when choosing between VPC peering and AWS Transit Gateway** +## Key considerations when choosing between VPC peering and AWS Transit Gateway @@ -25 +27 @@ To create and manage a multi-VPC AWS network infrastructure at scale, it’s a b - * VPC peering doesn’t support [transitive routing](https://docs.aws.amazon.com/vpc/latest/peering/invalid-peering-configurations.html#transitive-peering). A direct VPC peering connection is required between each VPC that must communicate with one another. + * VPC peering doesn't support [transitive routing](https://docs.aws.amazon.com/vpc/latest/peering/invalid-peering-configurations.html#transitive-peering). A direct VPC peering connection is required between each VPC that must communicate with one another.