SAA-C03 · Question #4
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…
The correct answer is C. Create an S3 Lifecycle policy to move the files to S3 Standard-Infrequent Access (S3 Standard-. Amazon S3 Standard-IA: This storage class is designed for data that is accessed less frequently but requires rapid access when needed. It offers lower storage costs compared to S3 Standard while still providing high availability and durability. Access Patterns: Since the files…
Question
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?
Options
- ACreate an S3 Lifecycle policy to move the files to S3 Glacier Instant Retrieval 30 days after object
- BCreate an S3 Lifecycle policy to move the files to S3 One Zone-Infrequent Access (S3 One Zone-
- CCreate an S3 Lifecycle policy to move the files to S3 Standard-Infrequent Access (S3 Standard-
- DCreate an S3 Lifecycle policy to move the files to S3 Standard-Infrequent Access (S3 Standard-
How the community answered
(56 responses)- A5% (3)
- B7% (4)
- C73% (41)
- D14% (8)
Explanation
Amazon S3 Standard-IA: This storage class is designed for data that is accessed less frequently but requires rapid access when needed. It offers lower storage costs compared to S3 Standard while still providing high availability and durability. Access Patterns: Since the files are frequently accessed in the first 30 days and rarely accessed afterward, transitioning them to S3 Standard-IA after 30 days aligns with their access patterns and reduces storage costs significantly. Lifecycle Policy: Implementing a lifecycle policy to transition the files to S3 Standard-IA ensures automatic management of the data lifecycle, moving files to a lower-cost storage class without manual intervention. Deleting the files after 4 years further optimizes costs by removing data that is no longer needed.
Community Discussion
No community discussion yet for this question.