How can you move objects between storage tiers in S3?
Use the Lifecycle Rules.
In which order can you move the obejcts in S3?
Standard -> Standard IA -> Glaciier / Glacier Deep Archive
Whats the 2 type of S3 Lifecycl Rules?
What are the 2 rule to match for S3 Lifecycle Rules you can configure?
What is S3 Analytics – Storage Class Analysis?
Tool to help decide when to transitaion objects to right storage class.
Recommendation for Standard and Standard IA.
Daily updated reports.
What are S3 event notifications?
Create custom S3 events for specific s3 actions. You can send notifications to SNS, SQS and Lambda about the events.
Use case: generate thumbnails of images
Why is Amazon Event Bridge used with S3 Event Notifications?
What is the baseline preformance of S3?
Each prefix can handle 5500 GET/HEAD request per second in a bucket.
Latency 100-200ms.
How to increase the upload into S3?
What is S3 Byte-Range Fetches?
What is S3 Select & Glacier Select?
What are S3 User-defined Object Metadas?
What are S3 User-defined Object Tags?
Can you search Object Metadata or object tags in S3?
No you cant. Instead you must use an external db as a search index.