mediummultiple choiceObjective-mapped

An S3 bucket stores user-uploaded images. Access patterns are unpredictable: some objects are never read again, while others are occasionally retrieved months later. The team wants to reduce storage cost without having to manually track access frequency or run periodic analyses. Which S3 storage and lifecycle approach is the best fit?

Question 1mediummultiple choice
Full question →

An S3 bucket stores user-uploaded images. Access patterns are unpredictable: some objects are never read again, while others are occasionally retrieved months later. The team wants to reduce storage cost without having to manually track access frequency or run periodic analyses. Which S3 storage and lifecycle approach is the best fit?

Answer choices

Why each option matters

Good practice is not just finding the correct option. The wrong answers often show the exact trap the exam wants you to fall into.

A

Best answer

Enable S3 Intelligent-Tiering so objects can automatically move between access tiers based on observed access patterns.

S3 Intelligent-Tiering is designed for unknown or changing access patterns. It monitors access and automatically moves objects between tiers (for example, between frequent-access and infrequent-access tiers) based on actual usage, which avoids the need to manually decide transition schedules. This directly meets the requirement to reduce storage cost while eliminating ongoing manual tracking or periodic analysis.

B

Distractor review

Use S3 Glacier Instant Retrieval for all objects immediately to minimize storage cost.

Glacier Instant Retrieval is intended for data that is accessed infrequently but still requires fast retrieval. Applying it to all objects can be suboptimal for objects that are accessed more frequently, potentially increasing retrieval-related costs and not best matching the variable/unknown access mix. The question asks for an approach that automatically adapts without manual tracking, which Intelligent-Tiering provides.

C

Distractor review

Create a lifecycle rule that transitions objects to Standard-IA after a fixed 30 days, regardless of access.

A fixed 30-day transition assumes a consistent access pattern and does not adapt to how objects are actually used. For objects that are frequently read after upload, transitioning to Standard-IA can increase costs and/or introduce performance and pricing impacts when those objects are retrieved later. It also conflicts with the requirement to avoid manual access tracking or analysis.

D

Distractor review

Keep all objects in S3 Standard and reduce costs by enabling server access logging compression.

S3 Standard storage costs for the images are not eliminated by server access logging compression. Log compression may reduce the size of logs (and thus log storage/bandwidth), but it does not address the dominant cost driver in this scenario: the storage class of the images themselves. The requirement is to reduce storage cost for the objects, which requires an appropriate storage-tiering strategy like Intelligent-Tiering.

Common exam trap

Common exam trap: NAT rules depend on direction and matching traffic

NAT is not only about the public address. The inside/outside interface roles and the ACL or rule that matches traffic are just as important.

Technical deep dive

How to think about this question

NAT questions usually test address translation, overload/PAT behaviour, static mappings and whether the right traffic is being translated. Read the interface direction and address terms carefully.

KKey Concepts to Remember

  • Static NAT maps one inside address to one outside address.
  • PAT allows many inside hosts to share one public address using ports.
  • Inside local and inside global describe the private and translated addresses.
  • NAT ACLs identify traffic for translation, not always security filtering.

TExam Day Tips

  • Identify inside and outside interfaces first.
  • Check whether the scenario needs static NAT, dynamic NAT or PAT.
  • Do not confuse NAT matching ACLs with normal packet-filtering intent.

Related practice questions

Related SAA-C03 practice-question pages

Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.

More questions from this exam

Keep practising from the same exam bank, or move into a focused topic page if this question exposed a weak area.

FAQ

Questions learners often ask

What does this SAA-C03 question test?

Static NAT maps one inside address to one outside address.

What is the correct answer to this question?

The correct answer is: Enable S3 Intelligent-Tiering so objects can automatically move between access tiers based on observed access patterns. — S3 Intelligent-Tiering is built for unknown or changing access patterns. It automatically transitions objects between access tiers based on observed usage, reducing cost without requiring the team to define transition dates or continuously analyze access frequency. This directly matches the intent to optimize storage cost with minimal operational overhead. Glacier Instant Retrieval applied universally does not adapt to different access behaviors and can be costly or mismatched for frequently accessed objects. Fixed lifecycle transitions assume an access pattern and may move objects to cheaper tiers even when they are accessed more recently or more often, causing avoidable cost/performance tradeoffs. Keeping objects in S3 Standard and compressing logs does not change the primary storage cost of the images.

What should I do if I get this SAA-C03 question wrong?

Then try more questions from the same exam bank and focus on understanding why the wrong options are tempting.

Discussion

Loading comments…

Sign in to join the discussion.