A internal reporting portal has old unattached EBS volumes and many stale snapshots. Which two actions reduce storage cost without affecting running instances? The architecture review board prefers a managed AWS-native control.
Unattached volumes continue to incur charges until deleted.
Why this answer
Option C is correct because unattached EBS volumes incur storage costs without providing any benefit to running instances. Deleting them after verification directly reduces costs while having zero impact on running workloads. Option D is correct because snapshot lifecycle policies automate the deletion of obsolete snapshots based on age or count, eliminating manual cleanup and reducing storage costs without affecting running instances.
Exam trap
The trap here is that candidates may confuse stopping instances (which stops billing for instance hours but not for EBS storage) with a cost-saving measure, or think disabling logging reduces storage costs, when the actual savings come from removing orphaned storage resources.