AWS elasticloadbalancing documentation change
Summary
Replaced 'ELB' with 'Elastic Load Balancing' in multiple instances and updated a pricing link reference
Security assessment
Changes are purely terminological (branding consistency) and link updates. No security-related modifications, vulnerabilities, or new security features are mentioned in the diff.
Diff
diff --git a/elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.md b/elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.md index f0c4c141b..675e152e6 100644 --- a//elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.md +++ b//elasticloadbalancing/latest/classic/elb-cloudwatch-metrics.md @@ -9 +9 @@ Classic Load Balancer metricsMetric dimensions for Classic Load BalancersStatist -ELB publishes data points to Amazon CloudWatch for your load balancers and your back-end instances. CloudWatch enables you to retrieve statistics about those data points as an ordered set of time-series data, known as _metrics_. Think of a metric as a variable to monitor, and the data points as the values of that variable over time. For example, you can monitor the total number of healthy EC2 instances for a load balancer over a specified time period. Each data point has an associated time stamp and an optional unit of measurement. +Elastic Load Balancing publishes data points to Amazon CloudWatch for your load balancers and your back-end instances. CloudWatch enables you to retrieve statistics about those data points as an ordered set of time-series data, known as _metrics_. Think of a metric as a variable to monitor, and the data points as the values of that variable over time. For example, you can monitor the total number of healthy EC2 instances for a load balancer over a specified time period. Each data point has an associated time stamp and an optional unit of measurement. @@ -13 +13 @@ You can use metrics to verify that your system is performing as expected. For ex -ELB reports metrics to CloudWatch only when requests are flowing through the load balancer. If there are requests flowing through the load balancer, ELB measures and sends its metrics in 60-second intervals. If there are no requests flowing through the load balancer or no data for a metric, the metric is not reported. +Elastic Load Balancing reports metrics to CloudWatch only when requests are flowing through the load balancer. If there are requests flowing through the load balancer, Elastic Load Balancing measures and sends its metrics in 60-second intervals. If there are no requests flowing through the load balancer or no data for a metric, the metric is not reported. @@ -55 +55 @@ Metric | Description -`EstimatedALBConsumedLCUs` | The estimated number of load balancer capacity units (LCU) used by an Application Load Balancer. You pay for the number of LCUs that you use per hour. For more information, see [ELB Pricing](https://aws.amazon.com/elasticloadbalancing/pricing/). +`EstimatedALBConsumedLCUs` | The estimated number of load balancer capacity units (LCU) used by an Application Load Balancer. You pay for the number of LCUs that you use per hour. For more information, see [Elastic Load Balancing Pricing](https://aws.amazon.com/elasticloadbalancing/pricing/). @@ -70 +70 @@ Dimension | Description -CloudWatch provides statistics based on the metric data points published by ELB. Statistics are metric data aggregations over specified period of time. When you request statistics, the returned data stream is identified by the metric name and dimension. A dimension is a name/value pair that uniquely identifies a metric. For example, you can request statistics for all the healthy EC2 instances behind a load balancer launched in a specific Availability Zone. +CloudWatch provides statistics based on the metric data points published by Elastic Load Balancing. Statistics are metric data aggregations over specified period of time. When you request statistics, the returned data stream is identified by the metric name and dimension. A dimension is a name/value pair that uniquely identifies a metric. For example, you can request statistics for all the healthy EC2 instances behind a load balancer launched in a specific Availability Zone.