Amazon S3 Introduction
.png)
I. S3 Overview 1. Amazon s3 Usecase Backup and storage Disaster recovery Archive Hybird Cloud storage Application hosting Media hosting Data lakes & big data analytics Softeare delivery Static website 2. Amazon S3 - Buckets Amazon S3 allows people to store objects (files) in "buckets" (directories) Buckets must have a globally unique name (across all regions all accounts) Buckets are defined at the region level S3 look like a global service but bucket are created in a region Naming convention No uppercase, No underscore 3-63 characters long Not an IP Must start with lowercase letter or number Must not start with the prefix xn-- Must not end with the suffix -s3alias 3. Amazon S3 - Objects Objects (files) have a key The key is full path: s3://my-bucket/my_file.txt s3://my-bucket/my_folder1/another_folder/my_file.txt The key is composed of prefix + object name s3://my-bucket/my_folder1/another_folder/my_file.txt There's no concept of "directories" within bucket...