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]