exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 387 discussion

A company has an application that generates a large number of files, each approximately 5 MB in size. The files are stored in Amazon S3. Company policy requires the files to be stored for 4 years before they can be deleted. Immediate accessibility is always required as the files contain critical business data that is not easy to reproduce. The files are frequently accessed in the first 30 days of the object creation but are rarely accessed after the first 30 days.
Which storage solution is MOST cost-effective?

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

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
waqas
Highly Voted 3 years, 8 months ago
For all those, who are saying B as an option, read this phrase "Files contain critical business data that is not easy to reproduce"......so how can the choice be B. Its clearly C as we require Immediate retrieval.
upvoted 78 times
patriktre
3 years, 7 months ago
for me it is still unclear and tricky. Durability (chance you loose your data): IA: 99.999999999% OZ-IA: 99.999999999% and "cannot be easily reporoduced" does not mean "can't be reporoduced" I just hope real question will be more clear for decision.
upvoted 4 times
F_M
2 years, 8 months ago
I guess it's not about durability, it's about availability. Files are still preserved if one AZ goes down using One Zone Infrequent Access but they're not immediately retrievable as the statement requires. With Standard Infrequent Access there are file copies spanning multiple AZs, if one comes down, you still can retrieve immediately the file from another AZ.
upvoted 1 times
...
...
soti84
3 years, 8 months ago
You are emphasising a very good point here. I agree with you.
upvoted 6 times
...
BATSIE
2 years, 1 month ago
The Most cost effective is definitely B , but since Since This is critical business data, we need to store it in HA ie multiple availability zones making C the most Plausible
upvoted 2 times
...
...
waqas
Highly Voted 3 years, 8 months ago
C to me...
upvoted 20 times
noahsark
3 years, 8 months ago
i think C too. B is wrong, as it is only One Zone. D is wrong, files need to be deleted. Now we are left with A and C. Now, requirements are: First 30 days, frequently accessed -> S3 after 30 days, rarely accessed, stored for 4 years -> can be S3 IA or Glacier However, immediate accessibility -> S3 IA Glacier Expedited retrieval takes 1-5 minutes, so answer is C
upvoted 26 times
shantest1
3 years, 7 months ago
Also Glacier storage is restore method (not just accessing it) so C is correct. Wording wordings, yikes these questions
upvoted 1 times
...
...
...
mesutal
Most Recent 1 year, 9 months ago
Answer is A : The Amazon S3 Glacier storage classes provide retrieval options from milliseconds to hours to fit your performance needs. The S3 Glacier Instant Retrieval storage class delivers milliseconds retrieval for archives that need immediate access, such as medical images or news media assets. S3 Glacier Flexible Retrieval provides three retrieval options: expedited retrievals that typically complete in 1–5 minutes, standard retrievals that typically complete in 3–5 hours and start within minutes when initiated using S3 Batch Operations, and free bulk retrievals that return large amounts of data typically in 5–12 hours. The Amazon S3 Glacier Deep Archive storage class provides two retrieval options ranging from 12-48 hours. https://aws.amazon.com/s3/storage-classes/glacier/
upvoted 1 times
...
YanisGTR
2 years, 3 months ago
Immediate accessibility is always required That Mean > "A/D" Out , More Than 5 min up to 5h + storage solution is MOST cost-effective > "C" Out , He didn't Talk About HA or Anything Else (S3 One Zone-IA) Is The CHEAPEST Ans ="B"
upvoted 1 times
...
Vesperia
2 years, 5 months ago
Selected Answer: C
Glacier does not give immediate response. So answer C is better.
upvoted 1 times
...
mouhannadhaj
2 years, 7 months ago
no one considered the MOST cost effective in the question. Isn't S3 Standard-Infrequent more expensive that S3 One Zone-Infrequent Access?
upvoted 1 times
...
zammusaz304
2 years, 9 months ago
Selected Answer: A
Amazon S3 Glacier Instant Retrieval is an archive storage class that delivers the lowest-cost storage for long-lived data that is rarely accessed and requires retrieval in milliseconds. With S3 Glacier Instant Retrieval, you can save up to 68% on storage costs compared to using the S3 Standard-Infrequent Access (S3 Standard-IA) storage class, when your data is accessed once per quarter. 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. S3 Glacier Instant Retrieval is designed for 99.999999999% (11 nines) of data durability and 99.9% availability by redundantly storing data across multiple physically separated AWS Availability Zones. It is designed for rarely accessed data that still needs immediate access in performance-sensitive use cases like image hosting, online file-sharing applications, medical imaging and health records, news media assets, and genomics.
upvoted 8 times
JayBee65
2 years, 7 months ago
A states S3 Glacier not S3 Glacier Instant Retrieval, so could mean retrieval may be in milliseconds or 48 hours. Since it does not state which, it does not meet "Immediate accessibility is always required" so cannot be right.
upvoted 3 times
lulzsec2019
2 years, 4 months ago
But in real world situation, S3 Glacier Instant Retrieval will be more cost effective. If I were to implement this in real world, I will choose S3 Glacier Instant Retrieval not S3 Standard-IA.
upvoted 1 times
...
...
...
praveenagrawal82
2 years, 9 months ago
C is the right answer. File has to be in s3 standard for first 30days. Then it has to move to infrequent access s3(S3-standard-IA) because user wants immediate access. Glacier can be good option if user can wait at-least a minute. So answer is C.
upvoted 1 times
...
AWS_NOOBE
2 years, 9 months ago
Selected Answer: A
Glacier Instant Access will have a millisecond delay only
upvoted 2 times
Ekie
2 years, 7 months ago
true but A did not say "Glacier Instant Access", it just said S3 Glacier .
upvoted 1 times
...
...
cloud_collector
2 years, 9 months ago
Selected Answer: C
"the files contain vital business data that is difficult to replicate" one zone is not safe.
upvoted 1 times
...
lbertolini
2 years, 10 months ago
Selected Answer: C
"Files contain critical business data that is not easy to reproduce" => C
upvoted 1 times
...
bora4motion
2 years, 10 months ago
Selected Answer: C
The data must "live" for 4 years. So you have to accomplish that. I go with C.
upvoted 1 times
...
Dexterx
2 years, 10 months ago
I think this is an old question before S3 glacier instant retrival was introduced so we would go with C but in my opinion if you get this question now A is the more logical answer. Amazon S3 Glacier Instant Retrieval is an archive storage class that delivers the lowest-cost storage for long-lived data that is rarely accessed and requires retrieval in milliseconds. With S3 Glacier Instant Retrieval, you can save up to 68% on storage costs compared to using the S3 Standard-Infrequent Access (S3 Standard-IA) storage class, when your data is accessed once per quarter. Ans:A
upvoted 7 times
...
naveenagurjara
2 years, 11 months ago
Selected Answer: C
Vital businesses files meaning critical files.
upvoted 1 times
...
Novak
2 years, 12 months ago
Selected Answer: C
the files contain vital business data that is difficult to replicate. >> One-zone IA is not suitable.
upvoted 1 times
...
phloot
3 years, 1 month ago
A: S3 Glacier Instant Retrieval is a new storage class that delivers the fastest access to archive storage, with the same low latency and high-throughput performance as the S3 Standard and S3 Standard-IA storage classes. You can save up to 68 percent on storage costs as compared with using the S3 Standard-IA storage class when you use the S3 Glacier Instant Retrieval storage class and pay a low price to retrieve data.
upvoted 6 times
...
Karthikeyan_nick
3 years, 1 month ago
Requirement is MOST-CHEAPEST So, One-Zone-IA is correct.
upvoted 4 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 ...