...

/

S3 - Simple Storage Service

S3 - Simple Storage Service

Learn about S3 - Simple Storage Service and its usage. .

Fundamentally there are two types of storage:

  1. Object-Based Storage
  2. Block-Based Storage

Simple Storage Service (S3) - Object-Based Storage

It provides developers and IT Teams with secure, durable, highly-scalable object storage. It is easy to use the simple web interface to store and retrieve any amount of data from anywhere on the web.

It is a place to store your files on AWS. and data is spread across multiple devices and facilities.

Think about S3 to store your photos or files.

  1. Object based storage
  2. Unlimited storage
  3. Files are stored in Buckets/Folders
  4. Names must be unique globally
  5. Every time you have a successful upload you get a http 200 code back

S3 is primarily used for:

  1. Store and Backup
  2. Application File Hosting
  3. Media Hosting
  4. Software Delivery
  5. Storing AMI’s and Snapshots

Data consistency Model – S3

S3 data consistency model provides strong read after write ...