DEV Community

Cover image for INRODUCTION TO AWS CLOUDFRONT (CDN)
abubakar
abubakar

Posted on

INRODUCTION TO AWS CLOUDFRONT (CDN)

Hello, 👋 cloud enthusiast

Let’s talk about content delivery network (CDN) on AWS.

What is CDN? A content delivery network, Is a distributed network of proxies and data centers that provides High availability by speeding up the delivery of web content.

How does CDN work?
The content delivery network speeds the delivery of web content by bringing the content closer to the location of its users.
This is done through caching, a process that temporarily holds copies of data. This makes it easier and faster for users to load content from the internet because contents are cached on a physical server near the user.

Okay, now let’s talk about AWS CloudFront.

AWS CloudFront is a content delivery network with high performance, security, high availability (high transfer speed), and low latency network, Amazon CloudFront uses what is known as Edge location.

An edge location is a site that Amazon CloudFront uses to store cached copies of content closer to users for faster delivery.
AWS edge locations run more just CloudFront they also run a Domain Name Services (DNS) also known as the Amazon Route 53 it helps to direct users to the correct web location with reliably low latency.

How to get started with CloudFront

To get started with CloudFront here are the steps you have to take.

If you don’t have an amazon account start from Step 1 else move to the next step.

Step 1

  • Sign up to create an amazon account
    After signing up for an account your account will automatically be signed up for AWS services including CloudFront and you only pay for what you use, you don’t need any extra steps.

  • Access your account to create an IMA user

You can access your account through the Amazon command-line Interface (CLI), the management console, AWS SDK, or API for each service, each service in AWS is an API call.

Step 2.

This is just a biref overview of CloudFront check out the links for more detail explanation.

REFERENCES

Amazon CloudFront

Amazon CloudFront documentation

Hope this blog helps you on how to get started with AWS CloudFront. If you enjoy this blog please don't forget to like or comment on the article. It will encourage me to write more. You can reach out to me on LinkedIn

Top comments (1)

Collapse
 
rickdelpo1 profile image
Rick Delpo

very informative thanks,

I was wondering if u and ur pals could read my dev article on some problems I ran into during a recent cloudfront migration. Thanks
click below
dev.to/rickdelpo1/cloudfront-dns-m...