AWS S3
S3 - Amazon S3 or Amazon Simple Storage Service is a "simple storage service" offered by Amazon Web Services that provides object storage through a web service interface. Amazon S3 uses the same scalable storage infrastructure that Amazon.com uses to run its global e-commerce network. – Wikipedia
That means you meant to say that S3 is like Google Drive, Drop box, One Drive?
Not Exactly, but like that.
S3 is a storage place where you can store and retrieve your data. S3 is based on the object storage.
What is Object Storage?
Object storage is a computer data storage architecture that manages data as objects, as opposed to other storage architectures like file systems which manage data as a file hierarchy, and block storage which manages data as blocks within sectors and tracks. - Wikipedia
S3 in some other words
It is a scalable, high-speed, web-based cloud storage service designed for online backup and archiving of data and applications on Amazon Web Services.
Words Related to S3:
- #Bucket – Similar to the Folder where we will place the files.
- #Objects – Similar to the Files where our data will be present.
How can I able to access the S3 Bucket?
By Default, each S3 Bucket you create in AWS will attached with the Endpoint URL through which you can able to access the S3 Bucket.
E.g.:
http(s)://<bucket>. s3.amazonaws.com/<object>
http(s)://s3.amazonaws.com/<bucket>/<object>
Amazon S3 offers a range of storage classes designed for different use cases.
S3 Standard for general - purpose storage of frequently accessed data;
S3 Intelligent - Tie-ring for data with unknown or changing access patterns;
S3 Standard - Infrequent Access (S3 Standard-IA)
S3 One Zone - Infrequent Access (S3 One Zone-IA) for long-lived, but less frequently accessed data;
Amazon S3 Glacier (S3 Glacier) and Amazon S3 Glacier Deep Archive (S3 Glacier Deep Archive) for long-term archive and digital preservation.
Post you might like.
Stay Tuned for more Updates...on #aws #s3
--Tech Bird
Comments