An application requires storage for objects that are infrequently accessed but need to be retrieved within milliseconds when requested. Which S3 storage class is MOST cost-effective?

  1. S3 Glacier Deep Archive
  2. S3 Standard-Infrequent Access (S3 Standard-IA) ✓
  3. S3 Glacier Flexible Retrieval
  4. S3 Standard

Correct answer: S3 Standard-Infrequent Access (S3 Standard-IA)

Option B is correct because S3 Standard-Infrequent Access (S3 Standard-IA) is specifically designed for data that is accessed less frequently but requires immediate, millisecond retrieval when needed, making it the most cost-effective choice for this use case. Option A, S3 Glacier Deep Archive, provides the lowest storage cost but retrieval times range from hours to up to 12 hours, making it unsuitable when millisecond access is required. Option C, S3 Glacier Flexible Retrieval, also has retrieval times measured in minutes to hours and is intended for archival rather than on-demand infrequent access. Option D, S3 Standard, offers the same millisecond retrieval performance but charges a higher per-GB storage price that is not optimized for infrequently accessed data, making it costlier than S3 Standard-IA for this pattern.

Topic: · s3 storage classes, aws storage, cost optimization, infrequent access

Practice AWS Cloud Practitioner (CLF-C02) Questions Free