AWS toolkit-for-visual-studio documentation change
Summary
Updated terminology from 'Elastic Load Balancing load balancer' to 'ELB load balancer' and clarified 'Amazon EC2 Auto Scaling service' name
Security assessment
Changes are terminology updates for consistency and clarity. No security vulnerabilities or security features are addressed or added.
Diff
diff --git a/toolkit-for-visual-studio/latest/user-guide/vpc-tkv.md b/toolkit-for-visual-studio/latest/user-guide/vpc-tkv.md index d46ac27c9..4c7ef8937 100644 --- a//toolkit-for-visual-studio/latest/user-guide/vpc-tkv.md +++ b//toolkit-for-visual-studio/latest/user-guide/vpc-tkv.md @@ -36 +36 @@ This section describes how to create an Amazon VPC that contains both public and -This is the minimal VPC configuration required to deploy an AWS Elastic Beanstalk environment in a VPC. In this scenario, the Amazon EC2 instances that host your application reside in the private subnet; the Elastic Load Balancing load balancer that routes incoming traffic to your application resides in the public subnet. +This is the minimal VPC configuration required to deploy an AWS Elastic Beanstalk environment in a VPC. In this scenario, the Amazon EC2 instances that host your application reside in the private subnet; the ELB load balancer that routes incoming traffic to your application resides in the public subnet. @@ -89 +89 @@ To delete the VPC, you must first terminate any Amazon EC2 instances in the VPC. - 1. If you have deployed an application to an AWS Elastic Beanstalk environment in the VPC, delete the environment. This will terminate any Amazon EC2 instances hosting your application along with the Elastic Load Balancing load balancer. + 1. If you have deployed an application to an AWS Elastic Beanstalk environment in the VPC, delete the environment. This will terminate any Amazon EC2 instances hosting your application along with the ELB load balancer. @@ -91 +91 @@ To delete the VPC, you must first terminate any Amazon EC2 instances in the VPC. -If you attempt to directly terminate the instances hosting your application without deleting the environment, the Auto Scaling service will automatically create new instances to replace the deleted ones. For more information, go to the [Auto Scaling Developer Guide](https://docs.aws.amazon.com/autoscaling/latest/userguide/WhatIsAutoScaling.html). +If you attempt to directly terminate the instances hosting your application without deleting the environment, the Amazon EC2 Auto Scaling service will automatically create new instances to replace the deleted ones. For more information, go to the [Auto Scaling Developer Guide](https://docs.aws.amazon.com/autoscaling/latest/userguide/WhatIsAutoScaling.html).