AWS CCP Notes

Search

Search IconIcon to open search

03-04 Point of Presence PoP

Last updated Aug 18, 2023 Edit Source

Points of Presence (PoP) is an intermediate location between an AWS Region and the end user, and this location could be a datacenter owned by AWS or a trusted partner that is utilized by AWS Services related for content delivery or expedited upload.

PoPs live at the edge/intersection of two networks.
450
A Tier 1 Network (like AWS) is a network that can reach every other network on the Internet without purchasing IP transit or paying for peering.

# Edge Locations

Edge Locations are datacenters that hold cache (copy) on the most popular files (e.g. web pages & images) so that the delivery of distance to the end users are reduced.

# Regional Edge Locations

Regional Edge Locations are datacenters that hold much larger caches of less-popular files to reduce a full round trip and also to reduce the cost of transfer fees.

# AWS Services using PoP

The following AWS services use PoPs for content delivery or expedited upload:

# Amazon CloudFront

#aws-service
75
Amazon CloudFront is a Content Delivery Network (CDN) that:

# Amazon S3 Transfer Acceleration

#aws-service
75
Amazon S3 Transfer Acceleration allows you to generate a special URL that can be used by end users to upload files to a nearby Edge Location. Once a file is uploaded to an Edge Location, it can move much faster within the AWS Network to reach S3.

# AWS Global Accelerator

#aws-service
75
AWS Global Accelerator can find the optimal path from the end user to your web-servers. Global Accelerator are deployed within Edge Locations so you send user traffic to an Edge Location instead of directly to our web-application.