S3 (Simple storage service) in AWS.

S3 (Simple storage service) in AWS.

Screen-Shot-2016-09-19-at-10.45.16-AM.webp

S3 Bucket

  1. S3(simple storage service) is storage service provided by aws where you store virtually anything .You can store virtually any kind of data in any format.

  2. Whatever you store in S3 that is considered as a Object. S3 is like bucket for example if you store water in your real life bucket then water is considered as a object.

  3. Because in S3 bucket everything is object that's why it also provide REST API for getting access and modify these objects.

  4. In S3 bucket the storge is unlimited.

  5. The S3 Standard storage class is designed for 99.99% availability.

  6. The S3 has 99.999999999% durability.

  7. Amazon S3 is a simple key-based object store. When you store data, you assign a unique object key that can later be used to retrieve the data. Keys can be any string, and they can be constructed to mimic hierarchical attributes.