From 5822ad20da2320c1e87abc4a264e4a3d670ebb4c Mon Sep 17 00:00:00 2001 From: Michele Cereda Date: Fri, 21 Nov 2025 23:08:45 +0100 Subject: [PATCH] chore(kb/aws): add costs-related vpc endpoint warning --- knowledge base/cloud computing/aws/README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/knowledge base/cloud computing/aws/README.md b/knowledge base/cloud computing/aws/README.md index a949d80..26202b3 100644 --- a/knowledge base/cloud computing/aws/README.md +++ b/knowledge base/cloud computing/aws/README.md @@ -699,6 +699,11 @@ Refer [IAM]. ## Costs +Unless the AWS account is configured to use VPC Endpoints, compute instances get and send data from and to AWS services +via the NAT and the Internet Gateways. This means, that traffic is charged for.
+Consider activating VPC Endpoints as soon as possible to bypass them.
+See [The $1,000 AWS mistake]. + One pays for data transfer between instances and services in the **same region** but **different availability zone**.
See [Understanding data transfer charges]. @@ -1059,6 +1064,7 @@ If one can, prefer just build the image from an EC2 instance. [Part 2][Introduction to the AWS Virtual Private Cloud (VPC) - Part 2], [Part 3][Introduction to the AWS Virtual Private Cloud (VPC) - Part 3] - [VPC Endpoints: Secure and Direct Access to AWS Services] +- [The $1,000 AWS mistake]