Lab Details
-
This lab walks you through the steps to create and configure an Amazon CloudFront distribution with origins from an EC2 instance and an S3 bucket.
-
Duration: 90 minutes
-
AWS Region: US East (N. Virginia) us-east-1.
Introduction
What is CloudFront?
-
Amazon CloudFront is a content delivery network (CDN) offered by AWS.
-
It provides a globally-distributed network of proxy servers that cache content closer to end-users.
-
CDN improves access speed by reducing latency and minimizing the number of internet hops required to retrieve content.
-
CloudFront works on a pay-as-you-go basis, allowing users to scale their content delivery as needed.
-
It integrates with various origin servers, such as Amazon S3 and Amazon EC2, where the content is stored.
-
When a request is made for content, CloudFront delivers it from the nearest edge server, reducing latency and improving performance.
-
It supports both "Progressive" and "Streaming" delivery of content, allowing for optimized video streaming and dynamic content acceleration.
-
CloudFront can be used to distribute web content, videos, software downloads, and other bulky media.
Architecture Diagram
Task Details
-
Sign in to the AWS Management Console.
-
Create S3 Bucket
-
Upload a file to an S3 bucket
-
Make the objects publicly accessible
-
Creating CloudFront Distribution
-
Launching an EC2 Instance
-
Add EC2 as the Origin and create Origin Group
-
Test the Origin group
-
Validation of the lab.
-
Deleting AWS Resources.
Launching Lab Environment
-
To launch the lab environment, Click on the Start Lab button.
-
Please wait until the cloud environment is provisioned. It will take less than a minute to provision.
-
Once the Lab is started, you will be provided with IAM user name, Password, Access Key, and Secret Access Key.
Note : You can only start one lab at any given time