mediummultiple choiceObjective-mapped

A company stores application logs in an S3 bucket. They retain logs for 180 days. Compliance requires that the logs be immutable once written, but the business only reviews logs about once per month. Currently, the team stores everything in S3 Standard, and their monthly S3 bill is too high. They want to reduce storage cost without changing the requirement to keep logs for 180 days.

Which lifecycle approach best meets the goal?

Question 1mediummultiple choice
Full question →

A company stores application logs in an S3 bucket. They retain logs for 180 days. Compliance requires that the logs be immutable once written, but the business only reviews logs about once per month. Currently, the team stores everything in S3 Standard, and their monthly S3 bill is too high. They want to reduce storage cost without changing the requirement to keep logs for 180 days.

Which lifecycle approach best meets the goal?

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

Use a lifecycle policy to transition objects older than 30 days to S3 Standard-IA, and keep them there until day 180.

Logs accessed about monthly match Standard-IA economics and still provide fast retrieval.

B

Distractor review

Use a lifecycle policy to transition objects older than 30 days to S3 Glacier Deep Archive and delete after 30 days.

Deep Archive is cheaper, but deletion after 30 days violates the 180-day retention requirement.

C

Distractor review

Use a lifecycle policy to transition objects older than 30 days to S3 Intelligent-Tiering with no minimum storage duration.

Intelligent-Tiering can help, but removing a minimum duration is not necessary and adds complexity versus a clear monthly-access pattern.

D

Distractor review

Disable lifecycle management and instead lower costs by deleting objects immediately after they are written.

Deleting immediately reduces cost but directly breaks the required 180-day retention and immutability needs.

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: Use a lifecycle policy to transition objects older than 30 days to S3 Standard-IA, and keep them there until day 180. — Because the logs are retained for 180 days and are accessed roughly monthly, S3 Standard-IA is a strong fit for the storage-cost reduction while still offering relatively quick retrieval. A lifecycle policy that transitions objects after 30 days to Standard-IA and then keeps them there through day 180 reduces cost compared to keeping everything in Standard. It also satisfies the retention requirement because the policy does not delete or shorten the retention period. Glacier classes and early deletion would violate the compliance requirement. Why others are wrong: Deep Archive plus deletion after 30 days violates retention. Intelligent-Tiering can be useful for unknown or varying access patterns, but here the access pattern is already well characterized; Standard-IA is simpler and typically more cost-effective for predictable infrequent access. Deleting immediately obviously breaks the 180-day immutability/retention requirement, which is explicitly stated.

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.