Medium1 markMultiple Choice
AWS SAA-C03 · Question 63 · Domain 4.1: Storage Cost Optimization
A company takes daily EBS snapshots of their EC2 instances. Over time, the storage costs for these snapshots have grown significantly. They want to automate the deletion of snapshots older than 30 days. Which TWO approaches can achieve this? (Select TWO.)
A company takes daily EBS snapshots of their EC2 instances. Over time, the storage costs for these snapshots have grown significantly. They want to automate the deletion of snapshots older than 30 days. Which TWO approaches can achieve this? (Select TWO.)
Answer options:
A.
Create an Amazon Data Lifecycle Manager (DLM) policy.
B.
Configure an S3 Lifecycle policy.
C.
Use AWS Backup to create a backup plan with a 30-day retention rule.
D.
Enable EBS Auto-Delete on the volumes.
E.
Use AWS Systems Manager State Manager.
How to approach this question
Identify services that manage EBS snapshot lifecycles. DLM and AWS Backup are the native tools.
Full Answer
Amazon Data Lifecycle Manager (DLM) provides a simple, automated way to back up data stored on EBS volumes. AWS Backup is a centralized backup service that also supports EBS and allows you to define backup plans with retention rules. Both can automatically delete snapshots older than 30 days.
Common mistakes
Trying to use S3 Lifecycle policies. While snapshots use S3 under the hood, they are not visible in your S3 buckets.
Practice the full AWS SAA-C03 Practice Exam 3
65 questions · hints · full answers · grading
More questions from this exam
Q01A company stores sensitive documents in an Amazon S3 bucket. The security team requires that only...EasyQ02A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...MediumQ03A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (AL...EasyQ04A company wants to continuously monitor its AWS accounts for malicious activity and unauthorized ...MediumQ05A company needs to encrypt data at rest in Amazon RDS and manage database credentials securely. T...Medium
Expert