DIY: Setting Up a Static Website on AWS using S3 and CloudFront

preview_player
Показать описание
In this tutorial, I will guide you through the process of creating a static website using Amazon S3 and CloudFront. By leveraging these powerful AWS services, you can easily build a high-performance website with efficient content delivery! Learn how to set up and configure your Amazon S3 bucket to host a static website, and then distribute it globally using Amazon CloudFront's content delivery network (CDN).

Sample S3 Bucket Policy:

{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Principal": "*",
"Action": "s3:GetObject",
"Resource": "arn:aws:s3:::your-bucket-name/*"
}
]
}

#WebsiteCreation #AmazonS3 #CloudFront #WebDevelopment #WebsiteBuilding #AWS #AmazonWebServices #CloudComputing #Serverless #StaticWebsite #ContentDelivery #WebHosting #WebTechnology #WebsiteOptimization #CloudPlatform #webperformance

0:00 Intro
0:23 Create an S3 Bucket
1:11 Upload Website Files
1:46 Change Bucket Settings
2:18 Add Bucket Policy
2:48 Enable Hosting
3:49 Obtain Website URL
3:56 Test URL
4:21 Let's use CloudFront!
4:49 Get my FREE E-Book
5:04 Setup CloudFront
6:16 CloudFront Wrap Up
Рекомендации по теме