How AWS S3 Store Objects in Buckets Sensibly

Here’s how AWS store objects in S3 buckets and the actual usage of AWS S3.

IN THIS PAGE

  1. Storage of Objects in AWS S3
    1. AWS S3 buckets
    2. Permissions
    3. Scalability
    4. Static web-hosting
    5. Cost-effective
    6. Availability

Storage of Objects in AWS S3

AWS S3 buckets

In S3, you can create folders inside a bucket to store your data objects. These logical storage objects separated each other with the unique key within a bucket. Here is how to create a bucket in AWS. Each AWS user account has permission to create up to 100 buckets.

AWS S3 Bucket
S3 Buckets

Permissions

  • For each object, the maximum available size is 5GB.
  • You can assign permissions for each object. Also, each object has metadata associated with its object.
S3 Features

Scalability

  • It is an infrastructure to store and retrieve data objects based on configuration. It scales when you add more data objects automatically. There won’t be any configuration changes from the user’s end.

Static web-hosting

  • In the S3 bucket, you can store static code. Which helps host static HTML websites easily.

Cost-effective

  • It is a pay-as-you-go service. So for small organizations, it is cost-effective.

Availability

  • The advantage of S3 is availability, which is round-the-clock availability, which is less burden for users. Here is the link for Amazon SLA.

Related

Author: Srini

Experienced software developer. Skills in Development, Coding, Testing and Debugging. Good Data analytic skills (Data Warehousing and BI). Also skills in Mainframe.