S3
S3 - Exam Tips
metadata in S3
securing your buckets with S3
Object ACLs
Access control lists that you apply on individual objects using object ACLs.
Bucket policies
Bucket policies are bucket-wide policies.
6 different storage tiers
S3 Standard - is suitable for most workloads - so websites, content distribution, mobile and gaming applications.
S3 Standard-Infrequent Access - is good for long-term, infrequently accessed but critical data. So this could be your backups, your data store for your disaster recovery, etc.
S3 One Zone-Infrequent Access - is great for long-term, infrequently accessed but non-critical data because it is only going to be in 1 Availability Zone
Just remember the retrieval times.
S3 Intelligent-Tiering - This basically just uses machine learning to move your objects between the different tiers to save you the most amount of money. And it’s used for unknown or unpredictable access patterns.
3 tips for lifecycle management
S3 Object Lock
It always comes in 2 modes.
Governance mode
Users can’t overwrite or delete an object version after its lock settings
unless they have special permission.
Compliance mode
WORM model
Encryption with S3
2 different types of ways we can encrypt data.
So that’s all SSE stands for is server-side encryption.
Optimizing performance with S3
So we looked at prefixes
S3 Replication