S3 - Simple Storage Service
Learn about S3 - Simple Storage Service and its usage. .
Fundamentally there are two types of storage:
- Object-Based Storage
- 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.
- Object based storage
- Unlimited storage
- Files are stored in Buckets/Folders
- Names must be unique globally
- Every time you have a successful upload you get a http 200 code back
S3 is primarily used for:
- Store and Backup
- Application File Hosting
- Media Hosting
- Software Delivery
- Storing AMI’s and Snapshots
Data consistency Model – S3
S3 data consistency model provides strong read after write ...