
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company uses AWS Cost Explorer to monitor its AWS costs. The company notices that Amazon Elastic Block Store (Amazon EBS) storage and snapshot costs increase every month. However, the company does not purchase additional EBS storage every month. The company wants to optimize monthly costs for its current storage usage.
Which solution will meet these requirements with the LEAST operational overhead?
A
Use logs in Amazon CloudWatch Logs to monitor the storage utilization of Amazon EBS. Use Amazon EBS Elastic Volumes to reduce the size of the EBS volumes.
B
Use a custom script to monitor space usage. Use Amazon EBS Elastic Volumes to reduce the size of the EBS volumes.
C
Delete all expired and unused snapshots to reduce snapshot costs.
D
Delete all nonessential snapshots. Use Amazon Data Lifecycle Manager to create and manage the snapshots according to the company's snapshot policy requirements.
Explanation:
Correct Answer: D
Why Option D is correct:
Why other options are incorrect:
Option A: Using CloudWatch Logs to monitor storage utilization and Elastic Volumes to resize volumes:
Option B: Using custom scripts to monitor space usage and Elastic Volumes:
Option C: Deleting all expired and unused snapshots:
Key AWS Concepts:
Best Practice: When dealing with recurring storage costs from snapshots, implement automated lifecycle policies using DLM to ensure only necessary snapshots are retained for appropriate durations.