Skip to content

Commit

Permalink
fix: VPC Endpoints inter-az traffic costs are no longer charged
Browse files Browse the repository at this point in the history
  • Loading branch information
guikcd committed Dec 17, 2024
1 parent 60a21d2 commit c8af176
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions latest/bpg/cost/cost_opt_networking.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,9 @@ To further reduce costs in such architectures, _you should use https://docs.aws.

_There are no hourly or data transfer costs associated with Gateway VPC Endpoints_. When using Gateway VPC Endpoints, it's important to note that they are not extendable across VPC boundaries. They can't be used in VPC peering, VPN networking, or via Direct Connect.

*Interface VPC Endpoint*
*Interface VPC Endpoints*

VPC Endpoints have an https://aws.amazon.com/privatelink/pricing/[hourly charge] and, depending on the AWS service, may or may not have an additional charge associated with data processing via the underlying ENI. To reduce inter-AZ data transfer costs related to Interface VPC Endpoints, you can create a VPC Endpoint in each AZ. You can create multiple VPC Endpoints in the same VPC even if they're pointing to the same AWS service.
VPC Endpoints have an https://aws.amazon.com/privatelink/pricing/[hourly charge] and have an additional charge associated with data processing via the underlying ENI. Note that inter-AZ data transfer is [not charged](https://aws.amazon.com/about-aws/whats-new/2022/04/aws-data-transfer-price-reduction-privatelink-transit-gateway-client-vpn-services/).

The diagram below shows Pods communicating with AWS services via VPC Endpoints.

Expand Down

0 comments on commit c8af176

Please sign in to comment.