HOW TO HOST A WEBSITE FOR FREE ON AWS?

Опубликовано: 04 Август 2026
на канале: TrackIt
3,346
48

Learn how to host a static website on Amazon S3 with this step-by-step tutorial! 🚀 In this video, we show you every step to get your website online with ease using S3. From bucket configuration to public access and essential settings, follow this detailed guide to mastering static hosting on AWS, even without prior experience.

The policy we use :

{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "PublicReadGetObject",
"Effect": "Allow",
"Principal": "*",
"Action": [
"s3:GetObject"
],
"Resource": [
"arn:aws:s3:::CHANGE-HERE/*"
]
}
]
}

🔔 Don’t forget to subscribe to our channel for more AWS tutorials, cloud computing tips, and step-by-step guides!

---------------------------

The TrackIt Team on other media :

Website : trackit.io
French Youtube Channel : @TrackItFR    / @trackitfr  
LinkedIn :   / trackitcloud  
LinkedIn France :   / trackit-france  
Contact Mail : [email protected]
Facebook : facebook.com/TrackItCloud
Twitter : twitter.com/trackitcloud

---------------------------

Section :

0:00 Introduction
0:35 Step by step Tutorial
2:06 Outro

---------------------------

Don't hesitate to write a comment if you think we've made a mistake or if you have any comments about the video. And if you have any other comments, please don't hesitate to contact us !