Exam DVA-C02 All QuestionsBrowse all questions from this exam
Question 203

An IT department uses Amazon S3 to store sensitive images. After more than 1 year, the company moves the images into archival storage. The company rarely accesses the images, but the company wants a storage solution that maximizes resiliency. The IT department needs access to the images that have been moved to archival storage within 24 hours.

Which solution will meet these requirements MOST cost-effectively?

    Correct Answer: A

    The most cost-effective solution to meet the requirements is to use S3 Standard-Infrequent Access (S3 Standard-IA) to store the images and S3 Glacier Deep Archive with standard retrieval to store and retrieve archived images. S3 Standard-IA is suitable for data that is accessed infrequently but requires quick access when needed, offering a lower storage cost while maintaining high durability and availability. S3 Glacier Deep Archive is the most cost-effective option for archival storage, and the standard retrieval option allows access to archived data typically within 12 hours, well within the 24-hour requirement. Using bulk retrieval would not meet the requirement, as it can take up to 48 hours.

Discussion
Learning4life

A is correct. The requirement of maximizing resiliency rules out One Zone. Standard recover is within 12 hours, which fits the requirement of within 24 hours. https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html

hcsaba1982Option: C

A : Glacier Deep Archive is cheaper than Standard-IA. C : Standard archival is 12h. B : bulk retrieval is 48h D : S3 One Zone-IA - cross-out due to "maximizes resiliency"

ut18

Check the requirement : The IT department needs access to the images that have been moved to archival storage within 24 hours.

Digo30spOption: A

A) Correct A) because the standard recovery is carried out within 12 hours and the requirement says that it must be recovered within 24 hours. Bulk recovery takes up to 48 hours

SerialiDrOption: A

S3 Standard-IA is designed for data that is accessed less frequently but requires rapid access when needed. It offers a lower storage cost while still providing high durability, availability, and performance. S3 Glacier Deep Archive is the most cost-effective option for archival storage in AWS and is designed for data that is accessed very rarely. The standard retrieval option in Glacier Deep Archive typically returns data within 12 hours, meeting the requirement of access within 24 hours.

HannyOption: C

C. Use S3 Intelligent-Tiering to store the images. Use S3 Glacier Deep Archive with standard retrieval to store and retrieve archived images.

tqiu654Option: B

GPT: B. Use S3 Standard-Infrequent Access (S3 Standard-IA) to store the images. Use S3 Glacier Deep Archive and select Batch Retrieval to store and retrieve archived images.

CerakotedOption: A

It is A

fordiscussionstwo

BBBBBBBBBB

AnandeshOption: A

https://docs.aws.amazon.com/AmazonS3/latest/userguide/glacier-storage-classes.html#archival-storage

65703c1Option: A

A is the correct answer.

KarBiswaOption: C

https://docs.aws.amazon.com/AmazonS3/latest/userguide/restoring-objects-retrieval-options.html#:~:text=Deep%20Archive%20or-,S3%20Intelligent%2DTiering%20Deep%20Archive%20Access,-Not%20available

DeaconStJohn

Initially I thought C also. However, lifecycle policies seem to be better for this use case. S3-IT will start at standard pricing, after 30 days > IA, after 90 days > archive instant retrieval. None of these are the most cost effective. S3-IT works well for use cases were there is no defined policy in place, i.e. after 1 year move to archive. reqs state archive after 365 days. s3-IT will action this after 90 days depending on access patterns.

_YaWeb

ChatGPT goes with B

DeaconStJohn

As a society we need to learn to challenge AI models. https://aws.amazon.com/s3/faqs/#Amazon_S3_Glacier_Deep_Archive When restoring an archived object, you can specify one of the following options in the Tier element of the request body: Standard is the default tier and lets you access any of your archived objects within 12 hours, with retrievals typically starting within 9 hours when initiated using S3 Batch Operations. Bulk lets you retrieve large amounts of data, even petabytes of data, inexpensively and typically completes within 48 hours.

dostonbekabdullaevOption: A

AAAAAAAAA

Certified101Option: A

A is correct -Bulk retrival is 48hours

TanTran04Option: B

With Option A: Standard retrieval would provide faster access to the archived images (typically within 3-5 hours), it is more expensive than Bulk retrieval. Since the company has indicated they can wait up to 24 hours for access, the slower but cheaper => Option B is the best choice.