AWS whitepapers documentation change
Summary
Changed 'Elastic Load Balancing pricing' link text to 'ELB pricing' abbreviation
Security assessment
Minor text formatting change using an acronym without altering security context or introducing security-related content.
Diff
diff --git a/whitepapers/latest/best-practices-api-gateway-private-apis-integration/cost-optimization.md b/whitepapers/latest/best-practices-api-gateway-private-apis-integration/cost-optimization.md index ebb2a4560..bbc62ddcf 100644 --- a//whitepapers/latest/best-practices-api-gateway-private-apis-integration/cost-optimization.md +++ b//whitepapers/latest/best-practices-api-gateway-private-apis-integration/cost-optimization.md @@ -32 +32 @@ HTTP APIs are metered in 512 KB increments. -For private integration with REST and WebSocket APIs, a Network Load Balancer is required. The NLB cost is billed per hour, so while a VPC link remains active, you pay for the NLB. For a use case where requests to a REST or HTTP API are made infrequently, such as five requests per day, a VPC-enabled Lambda function can be a more cost-effective option. VPC-enabled Lambda functions can access VPC resources. Because Lambda bills per request and code execution duration, using a VPC-enabled Lambda function can cost less. Refer to [Elastic Load Balancing pricing](https://aws.amazon.com/elasticloadbalancing/pricing/) and [AWS Lambda Pricing](https://aws.amazon.com/lambda/pricing/). +For private integration with REST and WebSocket APIs, a Network Load Balancer is required. The NLB cost is billed per hour, so while a VPC link remains active, you pay for the NLB. For a use case where requests to a REST or HTTP API are made infrequently, such as five requests per day, a VPC-enabled Lambda function can be a more cost-effective option. VPC-enabled Lambda functions can access VPC resources. Because Lambda bills per request and code execution duration, using a VPC-enabled Lambda function can cost less. Refer to [ELB pricing](https://aws.amazon.com/elasticloadbalancing/pricing/) and [AWS Lambda Pricing](https://aws.amazon.com/lambda/pricing/).