Objective 4.1SAA-C03

4.1 Design cost-optimized storage solutions.

Objective 4.1 sits in Design Cost-Optimized Architectures, which carries 20% of the Solutions Architect Associate 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.

Design Cost-Optimized ArchitecturesHard

A rule moves objects to Glacier Instant Retrieval on day 4, then to Deep Archive on day 20. S3 rejects it. What is the earliest valid second date?

Correct.

The concept

Archive classes are priced on the assumption that data stays put, so each carries a minimum billed duration. A single lifecycle rule is not allowed to move an object out of a class before that duration has run, which makes the second transition date a function of the first one.

Why this answer

The first transition happens on day 4, and the class it lands in has a 90 day minimum, so the object cannot leave before day 94. Two separate rules could express an earlier move, but you would still pay the untouched part of the 90 days.

  • ADay 24 is 20 days after the first move, which is the interval the rejected rule asked for.
  • Correct. Ninety days after the day 4 transition is day 94.
  • CDay 34 counts 30 days from the first transition, which is the minimum for the infrequent access classes rather than this one.
  • DDay 90 counts the minimum from the object's creation instead of from the day it entered the archive class.
Read the sourceAWS docs: Transitioning objects using S3 Lifecycle, general considerations
Source-cited
s3lifecycleminimum-storage-durationglacier

Now you: objective 4.1 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

Design Cost-Optimized ArchitecturesModerate

A team adds a lifecycle rule to transition a bucket of 60 KB thumbnails to S3 Standard-IA. Weeks later every object is still S3 Standard. Why?

Sample question 2 of 3

Design Cost-Optimized ArchitecturesModerate

Build artifacts are deleted after 10 days, and a team proposes writing them to S3 Standard-IA to cut cost. Why does that not save?

Sample question 3 of 3

Design Cost-Optimized ArchitecturesEasy

A bucket holds research datasets whose access pattern nobody can predict, and the team will not risk retrieval fees on a wrong guess. Which storage class?

Full Solutions Architect Associate question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read 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.