mediummulti selectObjective-mapped

A development team stores application logs in CloudWatch Logs and has enabled detailed EC2 monitoring on every instance. Auditors only require 90 days of logs, and operations only needs 5-minute instance metrics. Which three changes would most directly reduce recurring monitoring costs while still meeting those requirements? Select three.

Question 1mediummulti select
Full question →

A development team stores application logs in CloudWatch Logs and has enabled detailed EC2 monitoring on every instance. Auditors only require 90 days of logs, and operations only needs 5-minute instance metrics. Which three changes would most directly reduce recurring monitoring costs while still meeting those requirements? Select three.

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

Set CloudWatch Logs retention to 90 days.

Applying a retention policy prevents CloudWatch Logs from storing data indefinitely. Because the auditors only require 90 days, this removes unnecessary log-storage charges beyond the compliance window without losing required history.

B

Best answer

Use standard EC2 monitoring instead of detailed monitoring where 1-minute metrics are unnecessary.

Standard EC2 monitoring publishes basic instance metrics at 5-minute intervals and is included at no extra charge, whereas detailed monitoring adds cost for 1-minute metrics. Since operations only needs 5-minute metrics, standard monitoring satisfies the requirement at lower cost.

C

Best answer

Export older logs to Amazon S3 and use an S3 lifecycle policy for long-term archive.

Moving older logs out of CloudWatch Logs reduces the premium cost of keeping large log volumes in a monitoring service. S3 with lifecycle transitions to cheaper storage classes is a common pattern for retaining historical logs economically after the active retention period.

D

Distractor review

Keep CloudWatch Logs retention set to Never Expire.

Never Expire leaves every log event in CloudWatch Logs indefinitely, which increases recurring storage charges as the log volume grows. That directly conflicts with the stated 90-day retention requirement.

E

Distractor review

Enable high-resolution custom metrics for every request.

High-resolution metrics increase monitoring cost and are intended for use cases that require sub-minute observability. They are unnecessary when 5-minute instance metrics satisfy the operational need.

Common exam trap

Common exam trap: answer the scenario, not the keyword

Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.

Technical deep dive

How to think about this question

This question should be treated as a scenario, not a definition check. Identify the problem, the constraint and the best action. Then compare each option against those facts.

KKey Concepts to Remember

  • Read the scenario before looking for a memorised answer.
  • Find the constraint that changes the correct option.
  • Eliminate answers that are true in general but not in this case.
  • Use explanations to understand the rule behind the answer.

TExam Day Tips

  • Underline the problem statement mentally.
  • Watch for words such as best, first, most likely and least administrative effort.
  • Review why wrong options are wrong, not only why the correct option is correct.

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?

Read the scenario before looking for a memorised answer.

What is the correct answer to this question?

The correct answer is: Set CloudWatch Logs retention to 90 days. — The lowest-cost approach is to align monitoring spend with actual retention and granularity requirements. First, set CloudWatch Logs retention to 90 days so logs are not stored longer than needed for audit purposes. Second, downgrade EC2 monitoring to standard 5-minute metrics because detailed monitoring adds cost that operations does not need. Third, move older logs to S3 and apply lifecycle policies so historical data remains available at lower storage cost instead of staying in CloudWatch Logs. Keeping logs forever and enabling high-resolution metrics both increase recurring monitoring charges without meeting any additional requirement. They consume more paid storage and metric capacity than the team needs.

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.