Done reading? Take the timed quiz for Night 36.

Open quiz →

Night 36 — Keywords: storage + hybrid

~2 hr. $0 AWS spend. Apply Night 35’s method to storage stems. These dominated several Practice Exam 1 misses when “just use S3” felt right.


Plain language first

S3 is default for objects. The stem tells you when it is not.

Underline interface words first:
  object / URL / bucket / lifecycle / Glacier
  block / volume / boot / iSCSI (block over the network)
  POSIX / mount / concurrent Linux
  SMB / Windows file share / Active Directory
  SFTP / managed transfer
  local cache + on-prem protocol

Block 1 (~30 min) — Force-word → service map

Force words in stemPickNear-miss kill
object, unlimited, static site, analytics files, lifecycle to GlacierS3EBS, EFS
boot volume, single-instance DB disk, persistent block for one EC2EBSInstance Store (dies with the instance), S3
POSIX, shared, many EC2, Multi-AZ LinuxEFSbigger EBS, S3 “as filesystem”
Windows SMB, Active Directory integration, file share migrateFSx WindowsEFS (Linux), EBS
Windows + block / iSCSI + Multi-AZ high availabilityFSx NetApp ONTAPFSx Windows (file only)
parallel high-performance / ML hot scratchFSx Lustre (+ S3 cold)EFS “good enough”
on-prem SMB/NFS + local cache + objects in AWSFile GatewayDataSync (no cache), Tape Gateway
SFTP + encrypt + high availability + delete after N days + least operational workTransfer Family → S3 + lifecycle expireEC2+SFTP; EFS lifecycle (does not delete); Transfer “retention policy”
write-once timed lock + even rootObject Lock compliance + retentiongovernance; legal hold “for 1 year”
accidental delete, still allow deletesVersioning + MFA DeleteDeny Delete policy
restrict S3 access to one VPCS3 Access Point (VPC)Network Firewall on bucket
many private files, don’t change URLsCloudFront signed cookiessigned URL
fastest long-haul upload to a Region bucketTransfer Acceleration + multipartCross-Region Replication (slower), Site-to-Site VPN

Soft rules

  • EFS lifecycle transitions to Infrequent Access — it does not delete files.
  • Legal hold has no duration — never pair with “for one year.”
  • Instance Store dies with the instance — never “mission-critical persistent.”
  • One Zone Infrequent Access is not “archival.”

Block 2 (~60 min) — Stem drills (write force words → pick)

Do these without options first (10), then take the quiz.

  1. Content management system on Auto Scaling EC2; uploads on one EBS; need scalable high-availability POSIX shared store.
  2. Trading app on Windows; Multi-AZ; low-latency shared block.
  3. Confidential docs via SFTP; encrypt; high availability; auto-delete at 30 days; least operational work.
  4. On-prem corporate docs over SMB; local cache; Glacier after months.
  5. Clinical data; no overwrite/delete for 1 year including root.
  6. Junior deleted S3 objects; prevent accident; allow intentional delete.
  7. Tax docs; write-once lock; requests only from one VPC.
  8. Member-only media library; many files; keep current URLs.
  9. Global weather sites; one-time 500 GB each → us-east-1 ASAP (no Direct Connect partner).
  10. Persistent block for EC2; object backups; after 30 days to archival storage.
<details> <summary>Key</summary>
  1. EFS
  2. FSx ONTAP iSCSI
  3. Transfer Family → S3 + lifecycle expire
  4. File Gateway + S3 lifecycle → Glacier
  5. Object Lock compliance + retention
  6. Versioning + MFA Delete
  7. Access Point (VPC) + Object Lock
  8. Signed cookies
  9. Transfer Acceleration + multipart
  10. EBS + S3 + lifecycle → Glacier Flexible Retrieval
</details>

Block 3 (~30 min) — Quiz

night-36-quiz.json (20 questions). Margin: interface force word before answering.


Tomorrow

Databases: Multi-AZ vs read replica vs Aurora Global vs DynamoDB; Database Migration Service vs refactor; custom endpoints; IAM database authentication.