Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C03 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C03 exam

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 890 discussion

A company needs to optimize its Amazon S3 storage costs for an application that generates many files that cannot be recreated. Each file is approximately 5 MB and is stored in Amazon S3 Standard storage.

The company must store the files for 4 years before the files can be deleted. The files must be immediately accessible. The files are frequently accessed in the first 30 days of object creation, but they are rarely accessed after the first 30 days.

Which solution will meet these requirements MOST cost-effectively?

  • A. Create an S3 Lifecycle policy to move the files to S3 Glacier Instant Retrieval 30 days after object creation. Delete the files 4 years after object creation.
  • B. Create an S3 Lifecycle policy to move the files to S3 One Zone-Infrequent Access (S3 One Zone-IA) 30 days after object creation. Delete the files 4 years after object creation.
  • C. Create an S3 Lifecycle policy to move the files to S3 Standard-Infrequent Access (S3 Standard-IA) 30 days after object creation. Delete the files 4 years after object creation.
  • D. Create an S3 Lifecycle policy to move the files to S3 Standard-Infrequent Access (S3 Standard-IA) 30 days after object creation. Move the files to S3 Glacier Flexible Retrieval 4 years after object creation.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
sandordini
Highly Voted 5 months, 2 weeks ago
Selected Answer: A
Although it's not stated what is meant by 'rarely accessed', this scenario would primarily be a candidate for the Glacier Instant Retrieval tier as the storage price would be more than 3 times lower compared to Standard IA. In the specific case of files being more frequently retrieved than quarterly, it can qualify for consideration of Standard IA. Actually, we don't have the required info, so we have to guess what they are thinking.. which is pretty lame, to be honest..
upvoted 9 times
sheilawu
4 months ago
S3 Glacier Instant Retrieval only retain the file for maximun 90 days, that is why A is not correct answer. So C is right answer.
upvoted 2 times
MatAlves
3 weeks, 3 days ago
Hell no. S3 Glacier Instant Retrieval is designed for long-lived, rarely accessed data that is retained for months or years. Objects that are archived to S3 Glacier Instant Retrieval have a minimum of 90 days of storage
upvoted 1 times
...
Edwars
3 months, 2 weeks ago
No, it isn't. It is just the opposite. Objects archived to S3 Glacier Flexible Retrieval have a minimum of 90 days of storage. If an object is deleted, overwritten, or transitioned before 90 days, a pro-rated charge equal to the storage charge for the remaining days will be incurred. https://aws.amazon.com/s3/faqs/?nc=sn&loc=7
upvoted 2 times
...
...
...
MatAlves
Most Recent 3 weeks, 3 days ago
Selected Answer: A
Instant Retrieval = immediately accessible. Coose the S3 Glacier Instant Retrieval storage class when you need milliseconds access to low cost archive data. https://aws.amazon.com/s3/faqs/?nc=sn&loc=7
upvoted 1 times
...
scaredSquirrel
1 month ago
Selected Answer: A
Glacier Instant Retrieval is much cheaper, and it is intended for archival storage with very low access patterns
upvoted 1 times
...
Ucy
2 months, 2 weeks ago
Selected Answer: C
While S3 Glacier Instant Retrieval offers immediate access, it has a minimum storage duration policy, Objects stored in S3 Glacier Instant Retrieval have a minimum storage duration of 90 days.
upvoted 2 times
...
FrozenCarrot
3 months, 1 week ago
Selected Answer: A
S3 Glacier Instant Retrieval delivers the fastest access to archive storage, with the same throughput and milliseconds access as the S3 Standard and S3 Standard-IA storage classes. --- https://aws.amazon.com/s3/storage-classes/glacier/instant-retrieval/
upvoted 2 times
...
EdricHoang
3 months, 1 week ago
Selected Answer: B
cost effective -> OneZone IA "The files must be immediately accessible" -> cannot be Glacier
upvoted 1 times
MatAlves
3 weeks, 3 days ago
Instant Retrieval = immediately accessible. Coose the S3 Glacier Instant Retrieval storage class when you need milliseconds access to low cost archive data. https://aws.amazon.com/s3/faqs/?nc=sn&loc=7
upvoted 1 times
...
Johnoppong101
2 months ago
files can not be recreated -> OneZone IA not accepted
upvoted 1 times
...
...
Mayank0502
3 months, 1 week ago
Selected Answer: C
this option has most durability
upvoted 1 times
...
Lin878
3 months, 2 weeks ago
Selected Answer: C
"are rarely accessed after the first 30 days" - not often I will go with "C".
upvoted 1 times
...
345645a
3 months, 3 weeks ago
https://aws.amazon.com/es/s3/storage-classes/glacier/instant-retrieval/
upvoted 1 times
...
sheilawu
4 months, 1 week ago
Selected Answer: C
mmediately accessible =>C
upvoted 1 times
...
Scheldon
4 months, 2 weeks ago
Selected Answer: C
AnswerC We cannot choose B because if that one zone will fail, company will not be able to recreate them. We cannot choose D because we do not have to store files after 4y hence we can delete them (cost savings) We cannot choose A - Glacier is less expensive (0,004 per GB) then S3-Standard - IA but is not allowing for instant access which is one of requirements (there is no information that data access shouldn't be accessible immedietly) we have only information that after 30d access to data is less frequently. Hence I think we need to choose S3 Standard - IA (answer C)
upvoted 4 times
...
bujuman
4 months, 3 weeks ago
Selected Answer: C
Requirements: - frequently accessed for 30 days - lower cost Features for S3 Standard-IA: - Infrequently accessed objects - Milliseconds to acces According to me, best option for this use case is C NB: Glacier better suits for lower cost, infrequent access.
upvoted 2 times
...
th1002
5 months ago
Selected Answer: C
why do we need one zone, glacier instant for 30 days ? or why do we need to move to glacier after 4 years ? I think C is correct
upvoted 1 times
...
Karls
5 months, 2 weeks ago
B. Create an S3 Lifecycle policy to move the files to S3 One Zone-Infrequent Access (S3 One Zone-IA) 30 days after object creation. Delete the files 4 years after object creation. This option leverages S3 One Zone-IA, which offers a lower cost compared to S3 Standard-IA, while ensuring that files are immediately accessible during the first 30 days of their creation. Then, after this period, the files are moved to S3 One Zone-IA for less frequent access storage, further reducing costs. Finally, the files are deleted after 4 years, meeting the requirement for long-term retention.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...