Youtube Note: Learn S3 by project in 10 minutes by EX-AWS intern | for beginners | AWS | Cloud

What's AWS S3
database for unstructured data, we can put a static website (doesn't need that much back-end) on S3

Why use S3

  1. high scalability
  • horizontal scaling: storage doesn't fulfill the need, then just use more devices
  • vertical scaling: storage doesn't fulfill the need, then we change to better advanced storage devices
  1. high availability
  • cS3 store data across multiple server and data center; one server on fire, it's fine, there's another server

How to host a static website on S3?

  1. amazon IAM log in
  2. Search S3
  3. Create a bucket
  • bucket name has to be unique
  • AWS region: choose one closer to you or users
  • ACLs enabled: let file publicly accessible
  • Unblock Public Access
  1. Click on bucket, upload the HTML and JPEG files (for the static website)
  2. Select and Make Public Using ACL
  3. Enable static website hosting
  4. Index_document select the HTML file
  5. Voila, you got a static website

Cr: Fried Egg Tech
https://www.youtube.com/watch?v=S1wcj1oIfHg

posted @   MiraMira  阅读(10)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· TypeScript + Deepseek 打造卜卦网站:技术与玄学的结合
· Manus的开源复刻OpenManus初探
· 写一个简单的SQL生成工具
· AI 智能体引爆开源社区「GitHub 热点速览」
· C#/.NET/.NET Core技术前沿周刊 | 第 29 期(2025年3.1-3.9)
点击右上角即可分享
微信分享提示