S3 (Simple Storage Service) คือบริการ object storage ของ AWS — จัดเก็บไฟล์ (objects) ได้แทบทุกขนาดและทุกปริมาณ อย่างทนทานและขยายขนาดได้ เข้าถึงได้ผ่านอินเทอร์เน็ต เป็นหนึ่งในบริการที่ถูกใช้มากที่สุดของ AWS เหมาะอย่างยิ่งสำหรับไฟล์ การสำรองข้อมูล static assets, data lakes และอื่น ๆ
S3 คืออะไร
S3 stores OBJECTS (files + metadata) in BUCKETS (containers):
→ store ANY amount of data, files of any type (up to 5TB each)
→ highly DURABLE (99.999999999% — "11 nines") and available
→ accessed via APIs/URLs (not a filesystem — it's object storage, key→object)
→ virtually unlimited scale; pay for what you store and transfer
