Medium1 markMultiple Choice
AWS SAA-C03 · Question 55 · Domain 4.1: Storage Cost Optimization
A company has a large number of EBS snapshots that are kept for compliance purposes. They want to reduce the cost of storing these snapshots, as they are rarely accessed and only needed for disaster recovery. What is the MOST cost-effective solution?
A company has a large number of EBS snapshots that are kept for compliance purposes. They want to reduce the cost of storing these snapshots, as they are rarely accessed and only needed for disaster recovery. What is the MOST cost-effective solution?
Answer options:
A.
Move the snapshots to Amazon S3 Glacier Deep Archive.
B.
Use Amazon Data Lifecycle Manager (DLM) to archive the snapshots to the EBS Snapshots Archive tier.
C.
Convert the snapshots to AMIs and store them in S3 Standard-IA.
D.
Change the volume type of the snapshots to Cold HDD (sc1).
How to approach this question
Identify the need to reduce EBS snapshot costs. AWS introduced the EBS Snapshots Archive tier for this specific purpose.
Full Answer
B.Use Amazon Data Lifecycle Manager (DLM) to archive the snapshots to the EBS Snapshots Archive tier.✓ Correct
Amazon EBS Snapshots Archive is a low-cost storage tier to archive rarely accessed snapshots that do not need fast or frequent retrieval.
Common mistakes
Trying to manually move snapshots to S3 Glacier, which is not a supported direct action.
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert