S3 Overview
S3 is a webstore , not a file system !!
S3 – writing concurrency
- “Eventually Consistency”: make sure concurrent write will eventually get synced
- “Read after Write Consistency”: make sure read access do not need to wait until write consistency is archived.
S3 Event Notification
- Configure when event is triggerred
- Configure filter : File Prefix (Path and name) , Suffix
- Notification can integrate with Lambda, SQS , SNS
LifeCycle Management
S3 --> S3 IA --> Glacier
- S3 IA has same durability 11 9’s with S3 (Availability is lower as 2 9’s)
- You can move object to IA by life cycle policy or direct upload with parameter to specify to save in IA