Medium1 markMultiple Choice
AWS SAA-C03 · Question 62 · Domain 4.1: Storage Cost Optimization
A company takes daily snapshots of their Amazon EBS volumes. They have noticed that their snapshot storage costs are growing rapidly because old snapshots are never deleted. What is the MOST operationally efficient way to manage this?
A company takes daily snapshots of their Amazon EBS volumes. They have noticed that their snapshot storage costs are growing rapidly because old snapshots are never deleted. What is the MOST operationally efficient way to manage this?
Answer options:
A.
Write a Lambda function to delete snapshots older than 30 days.
B.
Use Amazon Data Lifecycle Manager (DLM) to automate snapshot management.
C.
Use S3 Lifecycle policies to delete the snapshots.
D.
Use AWS Backup to move the snapshots to Glacier.
How to approach this question
Identify the native tool for EBS snapshot management.
Full Answer
B.Use Amazon Data Lifecycle Manager (DLM) to automate snapshot management.✓ Correct
Use Amazon Data Lifecycle Manager (DLM) to automate the creation and deletion of EBS snapshots.
Amazon Data Lifecycle Manager (Amazon DLM) provides a simple, automated way to back up data stored on Amazon EBS volumes. You can define backup and retention schedules for EBS snapshots.
Common mistakes
Thinking S3 lifecycle policies apply to EBS snapshots.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert