AWS AWSCloudFormation documentation change
Summary
Reordered and updated walkthrough entries: Moved VPC peering documentation lower, added application deployment guidance, and adjusted stack update instructions
Security assessment
The changes reorganize existing content without introducing new security considerations. While VPC peering has security implications, the modification only changes its position in the list without altering security guidance. No vulnerabilities or security features are addressed/added.
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/walkthroughs.md b/AWSCloudFormation/latest/UserGuide/walkthroughs.md index 987e0383b..e6445f7ad 100644 --- a//AWSCloudFormation/latest/UserGuide/walkthroughs.md +++ b//AWSCloudFormation/latest/UserGuide/walkthroughs.md @@ -11 +11 @@ This documentation provides a collection of walkthroughs designed to give you ha - * [Peer with a VPC in another AWS account](./peer-with-vpc-in-another-account.html) – This walkthrough guides you through the process of creating a Virtual Private Cloud (VPC) peering connection between two VPCs in different AWS accounts. VPC peering helps you route traffic between the VPCs and access resources as if they were part of the same network. + * [Deploy applications on Amazon EC2](./deploying.applications.html) – Learn how to use CloudFormation to automatically install, configure, and start up your application on Amazon EC2 instances. This way, you can easily duplicate deployments and update existing installations without connecting directly to the instances. @@ -13 +13 @@ This documentation provides a collection of walkthroughs designed to give you ha - * [Create a scaled and load-balanced application](./walkthrough-autoscaling.html) – Discover how to use CloudFormation to create a scalable and load-balanced application. This walkthrough covers creating an Amazon EC2 Auto Scaling group, a load balancer, and other related resources to ensure your application can handle varying traffic loads and maintain high availability. + * [Update a CloudFormation stack](./updating.stacks.walkthrough.html) – Walk through a simple progression of updates to a running stack with CloudFormation. @@ -15 +15 @@ This documentation provides a collection of walkthroughs designed to give you ha - * [Deploy applications on Amazon EC2](./deploying.applications.html) – Learn how to use CloudFormation to automatically install, configure, and start up your application on Amazon EC2 instances. This way, you can easily duplicate deployments and update existing installations without connecting directly to the instances. + * [Create a scaled and load-balanced application](./walkthrough-autoscaling.html) – Discover how to use CloudFormation to create a scalable and load-balanced application. This walkthrough covers creating an Amazon EC2 Auto Scaling group, a load balancer, and other related resources to ensure your application can handle varying traffic loads and maintain high availability. @@ -17 +17 @@ This documentation provides a collection of walkthroughs designed to give you ha - * [Updating a stack](./updating.stacks.walkthrough.html) – Walk through a simple progression of updates to a running stack with CloudFormation. + * [Peer with a VPC in another AWS account](./peer-with-vpc-in-another-account.html) – This walkthrough guides you through the process of creating a Virtual Private Cloud (VPC) peering connection between two VPCs in different AWS accounts. VPC peering helps you route traffic between the VPCs and access resources as if they were part of the same network.