You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Amazon Simple Storage Service (S3) is an object storage service that offers industry-leading scalability, data availability, security, and performance. It is one of the oldest and most widely used AWS services.
Unlike block storage (hard drives) or file storage (NFS), object storage stores data as discrete objects. Each object contains:
You access objects via HTTP/HTTPS using a URL like:
https://my-bucket.s3.amazonaws.com/photos/sunset.jpg
A bucket is a container for objects. Think of it like a top-level folder.
An object is any file stored in S3.
Subscribe to continue reading
Get full access to this lesson and all 10 lessons in this course.