Curriculum
Course: AWS Cloud
Login

Curriculum

AWS Cloud

AWS Cloud Tutorial

0/103
Text lesson

AWS S3

Cloud Storage – AWS S3

AWS S3, also known as AWS Simple Storage Service, is a storage service that enables users to upload any type of file.

Within S3, you can configure access permissions for each file, and it functions as object-level storage.

It provides unlimited storage capacity, with a maximum file size limit of 5 TB.

What is Object-Level Storage?

Object-level storage consists of objects, each comprising:

  • Data: Any type of file
  • Metadata: Information describing the data
  • Key: A unique identifier for the object

object-storage

The image generated by Amazon Web Services illustrates the concept of object storage.