Overview of AWS S3
Explore the fundamentals of AWS S3 in this lesson, covering its core components such as buckets and objects. Understand S3's strong consistency model and how to use presigned URLs for controlled access. Gain practical knowledge to manage and share data securely in AWS S3.
AWS S3
AWS S3 is a global object storage service. It’s one of the most used and essential services in AWS. We can use it for all kinds of use cases like data archiving, mobile and web applications, big data, and more.
AWS advertises S3 as an infinite storage service that can scale as we go. When we use S3, we simply need to add, maintain, and remove our data. We don’t need to provision hardware or tell AWS how much storage we need. We pay for the storage we use.
Components
Let’s explore the fundamental components of AWS S3.
Buckets
- In S3, data is stored in containers called buckets.
- The