Course → 2 · Core services → Storage, database & DNS
2 · Core services
S3 storage classes and access
14 min · Module 5
S3 is durable object storage. Use bucket policies, Block Public Access, encryption, versioning, and lifecycle rules (Standard → IA → Glacier). Pair with CloudFront for global content.
Example / notes
# aws s3api put-bucket-versioning --bucket my-bucket \
# --versioning-configuration Status=Enabled
# Lifecycle: transition noncurrent versions; expire incomplete MPU
Practice in Lab: /lab/scenarios/static-global/
Modules in this track
- 4. Compute & load balancing
- 5. Storage, database & DNS