Articles → AWS → S3 In AWS
S3 In AWS
What Does S3 Stand For?
Data Temperature
- Hot Data
- Warm Data
- Cold Data
- Archive Data
Object Storage Vs Block Storage
- Object storage is immutable whereas block storage is mutable
- Storing a video file is an example of object storage whereas storing a text file is an example of block storage
- Object storage uses HTTP protocol whereas block storage uses a native protocol
Other Points Regarding S3
- You cannot store a file of more than 5 TB in S3
- You can store 100 or more files of 4.9 TB
- S3 is 99.999999999% reliable. It means that there is less chance for data to be lost
- S3 is 99.99% available
- Once the S3 is created, the data never goes out of the region
- The S3 creates 6 copies of data across multiple Availability Zones in the same region
How To Create A S3?
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Upload An Object
Click to Enlarge
Click to Enlarge
Click to Enlarge
Click to Enlarge
Object URL
https://<bucket_name>.S3.<region>.amazonaws.com/<key>
Click to Enlarge
Is S3 Serverless?