AWS Certified Solutions Architect – Associate (SAA-C02) — Question 570

An image hosting company uploads its large assets to Amazon S3 Standard buckets. The company uses multipart upload in parallel by using S3 APIs and overwrites if the same object is uploaded again. For the first 30 days after upload, the objects will be accessed frequently. The objects will be used less frequently after 30 days, but the access patterns for each object will be inconsistent. The company must optimize its S3 storage costs while maintaining high availability and resiliency of stored assets.
Which combination of actions should a solutions architect recommend to meet these requirements? (Choose two.)

Answer options

Correct answer: A, B

Explanation

S3 Intelligent-Tiering is the optimal choice for data with unpredictable or inconsistent access patterns, as it automatically optimizes costs without retrieval fees while preserving the high availability and resiliency of S3 Standard. Additionally, because the company uses parallel multipart uploads, configuring an S3 Lifecycle policy to clean up incomplete multipart uploads is essential to prevent unfinished upload parts from incurring ongoing storage charges. S3 One Zone-IA does not meet the resiliency requirement because it stores data in only one Availability Zone, and S3 Standard-IA could lead to higher costs due to retrieval fees if the inconsistent access pattern triggers frequent retrievals.