3.6 Identify AWS storage services.
Objective 3.6 sits in Cloud Technology and Services, which carries 34% of the Cloud Practitioner exam. The questions below are original, written from the official objective title above, and each explanation cites the AWS page it rests on.
Objective title verbatim from the official objectives. AWS exam page ↗
A worked example
Shown solved, with the whole explanation open: this is what every question here carries.
A bucket holds objects whose access pattern nobody can predict and which shifts over time. Which storage class fits, with no retrieval fees?
The concept
Tiered storage saves money only if something moves objects at the right moment. When the access pattern is unknown, picking a tier by hand and writing a lifecycle rule is a bet you will lose.
Why this answer
One class watches how each object is used and shifts it between tiers on its own, for a small monthly monitoring charge and nothing to read the data back. That is the right shape when demand is unpredictable.
- AStandard-IA charges a retrieval fee and assumes you already know the data is cold. Guessing wrong on a busy object costs you twice.
- Correct. There are no retrieval fees for S3 Intelligent-Tiering, which monitors access patterns and moves objects to lower-cost tiers on its own.
- COne Zone-IA saves money by keeping a single copy in a single Availability Zone. It still charges to retrieve, and it is not resilient to losing that zone.
- DGlacier Instant Retrieval targets data you rarely touch but need in milliseconds. A minimum storage duration and retrieval charges come with it.
Now you: objective 3.6 questions
No account needed. The explanation opens when you answer.
Sample question 1 of 3
A log processing job streams large sequential reads where throughput matters far more than IOPS. Which EBS volume type fits?
Sample question 2 of 3
Twenty EC2 instances need to read and write the same directory tree over NFS at the same time. Which storage service fits?
Sample question 3 of 3
A team stores object replicas it can regenerate if a zone is lost, and wants the cheapest infrequent access class. Which one?
That’s 3 of the full Cloud Practitioner bank.
Keep going free: 10 questions per certification in bank practice, with no account.
Continue practicingRead the sources
These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.