S3 (Simple Storage Service)

aws/storage aws/service

💡 Definition

Amazon S3 is an object storage service that offers industry-leading scalability, data availability, security, and performance. It stores data as objects within buckets.

🔑 Key Concepts

⚙️ How it Works

  1. Create a Bucket: Specify a Region and unique name.
  2. Upload Objects: Upload files (photos, videos, documents).
  3. Set Permissions: Use Bucket Policies or IAM policies to control access.
  4. Manage Lifecycle: Automate moving objects to cheaper storage classes (e.g., to Glacier) after a set time.

🎯 Use Cases

💰 Pricing Model

📝 Exam Tips (CLF-C02)


See Also: * EBS * EFS