AWS vpc documentation change
Summary
Updated load balancer reference from 'ELB' to 'Elastic Load Balancing' in internet traffic explanation.
Security assessment
Branding change only. Security architecture (NAT gateways, private subnets) descriptions remain unaltered.
Diff
diff --git a/vpc/latest/userguide/vpc-getting-started.md b/vpc/latest/userguide/vpc-getting-started.md index ea0d8bbb9..d5d7070fc 100644 --- a//vpc/latest/userguide/vpc-getting-started.md +++ b//vpc/latest/userguide/vpc-getting-started.md @@ -88 +88 @@ If your application will receive traffic from the internet, the VPC must have an -Alternatively, register your instances with an internet-facing load balancer. The load balancer receives traffic from the clients and distributes it across the registered instances in one or more Availability Zones. For more information, see [ELB](https://aws.amazon.com/elasticloadbalancing/). To allow instances in a private subnet to access the internet (for example, to download updates) without allowing unsolicited inbound connections from the internet, add a public NAT gateway in each active Availability Zone and update the route table to send internet traffic to the NAT gateway. For more information, see [Access the internet from a private subnet](./nat-gateway-scenarios.html#public-nat-internet-access). +Alternatively, register your instances with an internet-facing load balancer. The load balancer receives traffic from the clients and distributes it across the registered instances in one or more Availability Zones. For more information, see [Elastic Load Balancing](https://aws.amazon.com/elasticloadbalancing/). To allow instances in a private subnet to access the internet (for example, to download updates) without allowing unsolicited inbound connections from the internet, add a public NAT gateway in each active Availability Zone and update the route table to send internet traffic to the NAT gateway. For more information, see [Access the internet from a private subnet](./nat-gateway-scenarios.html#public-nat-internet-access).