diff --git a/knowledge base/cloud computing/aws/README.md b/knowledge base/cloud computing/aws/README.md
index ce8b3b2..4cabd04 100644
--- a/knowledge base/cloud computing/aws/README.md
+++ b/knowledge base/cloud computing/aws/README.md
@@ -5,6 +5,7 @@
1. [Elastic IP addresses](#elastic-ip-addresses)
1. [Services](#services)
1. [Billing and Cost Management](#billing-and-cost-management)
+ 1. [CloudFront](#cloudfront)
1. [CloudWatch](#cloudwatch)
1. [Config](#config)
1. [Detective](#detective)
@@ -87,6 +88,7 @@ One can can rapidly remapping addresses to other instances in one's account and
| ----------------------------- | --------------------------------------------- |
| [Billing and Cost Management] | FIXME |
| [CloudWatch] | Observability (logging, monitoring, alerting) |
+| [CloudFront] | Content delivery |
| [Config] | Compliance |
| [Detective] | FIXME |
| [EC2] | Managed virtual machines |
@@ -119,6 +121,19 @@ Costs can be grouped by Tags applied on resources.
Tags to use for this kind of grouping need to be activated in the _Cost allocation tags_ section.
New tags might take 24 or 48 hours to appear there.
+### CloudFront
+
+Web service speeding up distribution of static and dynamic web content such as `.html`, `.css`, `.js`, and image files.
+
+Delivers content through edge locations.
+When users request content served with CloudFront, the requests are routed to the edge location that provides the lowest
+latency in order to deliver with the best possible performance.
+
+If the content is already in the edge location with the lowest latency, CloudFront delivers it immediately.
+If the content is not in that edge location, CloudFront retrieves it from the origin defined for it.
+
+Origins can be S3 buckets, MediaPackage channels, or HTTP servers.
+
### CloudWatch
Observability service. with functions for logging, monitoring and alerting.
@@ -560,6 +575,7 @@ machine if not.
[billing and cost management]: #billing-and-cost-management
+[cloudfront]: #cloudfront
[cloudwatch]: #cloudwatch
[config]: #config
[detective]: #detective