S3 Exam Cram
S3 Static Website
We can just use static and not dynamic websites. That means Java Script that would be executed on the client side is possible.
But you can’t run any code of the server side.
What is Multipart upload & Transfer Acceleration
Multipart upload:
- in parallel, independently and in any order
- It is recommended for objects of 100MB and larger.
- Can be used for object from 5MB to 5 TB
- Must be used for object larger than 5 GB
Transfer Acceleration:
- You can use CloudFront (it is a content delivery Network) edge locations to improve performance of transfers from client to S3 bucket.
What are the S3 storage classes
Description:
S3 Standard is the default storage class and offers high availability, durability, and low-latency access to frequently accessed data.
Use Cases:
It’s suitable for frequently accessed data, big data analytics, mobile and gaming applications, content distribution, and more.
Description:
S3 Intelligent-Tiering is designed to automatically optimize costs by moving objects between two access tiers (frequent and infrequent) based on changing access patterns.
Use Cases:
It’s ideal for workloads with unknown or changing access patterns, where you want to save costs by automatically transitioning less frequently accessed data to a lower-cost storage class.
Description:
S3 Standard-IA offers the same performance as S3 Standard but at a lower cost per GB. It’s designed for infrequently accessed data.
Use Cases:
It’s suitable for backups, disaster recovery data, and other infrequently accessed data that still requires low-latency access when needed.
Description:
S3 One Zone-IA stores data in a single availability zone, offering lower costs compared to S3 Standard-IA but with less redundancy.
Use Cases:
It’s suitable for infrequently accessed data that can be recreated or doesn’t require high durability.
Description:
S3 Glacier is a very low-cost storage class designed for archiving data that may not need to be accessed for long periods (e.g., regulatory compliance data).
Use Cases:
It’s ideal for long-term data retention, compliance, and archives where retrieval times of several hours are acceptable.
Description:
S3 Glacier Deep Archive offers the lowest storage costs among all S3 classes but with the longest retrieval times (several hours).
Use Cases:
It’s suitable for data archives that rarely need to be accessed and have strict budget constraints.