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. The company needs to retain snapshots for 30 days for operational recovery, and for 1 year for compliance. Which TWO actions should be taken to optimize costs? (Select TWO.)
A company takes daily EBS snapshots of their EC2 instances. Over time, the storage costs for these snapshots have grown significantly. The company needs to retain snapshots for 30 days for operational recovery, and for 1 year for compliance. Which TWO actions should be taken to optimize costs? (Select TWO.)
Answer options:
A.
Use Amazon Data Lifecycle Manager (DLM) to automate snapshot deletion after 30 days.
B.
Move the snapshots to Amazon S3 Glacier.
C.
Archive snapshots older than 30 days to the EBS Snapshots Archive tier.
D.
Convert the EBS volumes to instance store volumes.
E.
Change the EBS volume type to st1 before taking the snapshot.
How to approach this question
Identify the tools for managing EBS snapshots: DLM for automation and EBS Snapshots Archive for long-term cost savings.
Full Answer
Use Amazon Data Lifecycle Manager (DLM) to automate snapshot deletion after 30 days., Archive snapshots older than 30 days to the EBS Snapshots Archive tier.
Amazon Data Lifecycle Manager (DLM) automates the creation, retention, and deletion of EBS snapshots. For long-term compliance (1 year), you can route older snapshots to the EBS Snapshots Archive tier, which significantly reduces storage costs.
Common mistakes
Trying to use S3 lifecycle rules on EBS snapshots.
Practice the full AWS SAA-C03 Practice Exam 5
65 questions · hints · full answers · grading
More questions from this exam
Q01A company needs to grant an external auditor read-only access to specific AWS resources. The audi...EasyQ02An application running on EC2 instances needs to access objects in an S3 bucket. The security tea...MediumQ03A company is designing a VPC for a multi-tier web application. They need to block specific malici...MediumQ04A large enterprise uses AWS Organizations to manage multiple accounts. The security team wants to...HardQ05A company hosts a web application on an Application Load Balancer (ALB). They are experiencing SQ...Medium
Expert