AWS elasticloadbalancing documentation change
Summary
Updated terminology from 'Elastic Load Balancing' to 'ELB' and adjusted link labels for pricing references
Security assessment
The changes primarily involve branding updates (using 'ELB' acronym instead of full service name) and link text modifications. The security-related statement about traffic rejected by security groups not being captured in metrics was already present and only received terminology updates. No new security vulnerabilities or security features are introduced.
Diff
diff --git a/elasticloadbalancing/latest/network/load-balancer-cloudwatch-metrics.md b/elasticloadbalancing/latest/network/load-balancer-cloudwatch-metrics.md index 0b2a01473..25f71de7a 100644 --- a//elasticloadbalancing/latest/network/load-balancer-cloudwatch-metrics.md +++ b//elasticloadbalancing/latest/network/load-balancer-cloudwatch-metrics.md @@ -9 +9 @@ Network Load Balancer metricsMetric dimensions for Network Load BalancersStatist -Elastic Load Balancing publishes data points to Amazon CloudWatch for your load balancers and your targets. 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 targets for a load balancer over a specified time period. Each data point has an associated time stamp and an optional unit of measurement. +ELB publishes data points to Amazon CloudWatch for your load balancers and your targets. 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 targets 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 -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. For Network Load Balancers with security groups, traffic rejected by the security groups is not captured in the CloudWatch metrics. +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. For Network Load Balancers with security groups, traffic rejected by the security groups is not captured in the CloudWatch metrics. @@ -87 +87 @@ Metric | Description -`ConsumedLCUs` | The number of load balancer capacity units (LCU) used by your 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/). **Reporting criteria** : Always reported. **Statistics** : All +`ConsumedLCUs` | The number of load balancer capacity units (LCU) used by your 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/). **Reporting criteria** : Always reported. **Statistics** : All @@ -94 +94 @@ Metric | Description -`ConsumedLCUs_TCP` | The number of load balancer capacity units (LCU) used by your load balancer for TCP. 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/). **Reporting criteria** : There is a nonzero value. **Statistics** : All +`ConsumedLCUs_TCP` | The number of load balancer capacity units (LCU) used by your load balancer for TCP. You pay for the number of LCUs that you use per hour. For more information, see [ELB Pricing](https://aws.amazon.com/elasticloadbalancing/pricing/). **Reporting criteria** : There is a nonzero value. **Statistics** : All @@ -101 +101 @@ Metric | Description -`ConsumedLCUs_TLS` | The number of load balancer capacity units (LCU) used by your load balancer for TLS. 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/). **Reporting criteria** : There is a nonzero value. **Statistics** : All +`ConsumedLCUs_TLS` | The number of load balancer capacity units (LCU) used by your load balancer for TLS. You pay for the number of LCUs that you use per hour. For more information, see [ELB Pricing](https://aws.amazon.com/elasticloadbalancing/pricing/). **Reporting criteria** : There is a nonzero value. **Statistics** : All @@ -108 +108 @@ Metric | Description -`ConsumedLCUs_UDP` | The number of load balancer capacity units (LCU) used by your load balancer for UDP. 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/). **Reporting criteria** : There is a nonzero value. **Statistics** : All +`ConsumedLCUs_UDP` | The number of load balancer capacity units (LCU) used by your load balancer for UDP. You pay for the number of LCUs that you use per hour. For more information, see [ELB Pricing](https://aws.amazon.com/elasticloadbalancing/pricing/). **Reporting criteria** : There is a nonzero value. **Statistics** : All @@ -379 +379 @@ Dimension | Description -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. +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.