A media production studio uploads raw 4K video clips to Amazon S3. Each clip is approximately in size. The clips are accessed frequently for editing and rendering during the first days after upload. After days, the clips are rarely accessed, but the studio must retain them for a total of days from the upload date to finalize client approvals, after which they can be permanently deleted. Which storage strategy is the most cost-effective?
- AConfigure an S3 Lifecycle rule to transition the files to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days, and delete the files after days.
- BConfigure an S3 Lifecycle rule to transition the files to Amazon S3 Glacier Flexible Retrieval after days, and delete the files after days.
- Retain the files in Amazon S3 Standard for the entire days, and configure an S3 Lifecycle rule to delete the files after days.Cevap
- DConfigure an S3 Lifecycle rule to transition the files to Amazon S3 Intelligent-Tiering immediately, and delete the files after days.
Cevap
Retain the files in Amazon S3 Standard for the entire days, and configure an S3 Lifecycle rule to delete the files after days.
Retaining the files in S3 Standard for the entire days is the most cost-effective strategy. Because the files are only kept for days after the frequent access period, transitioning them to S3 Standard-IA or S3 Glacier Flexible Retrieval triggers minimum billing duration penalties ( days for S3 Standard-IA and days for S3 Glacier). These penalties, along with transition request fees, make the transition options more expensive than simply keeping the files in S3 Standard for the entire lifecycle.
Adım Adım Çözüm
Anahtar Kavram
S3 Lifecycle policies must account for minimum storage duration charges in colder storage classes (30 days for S3 Standard-IA, 90 days for S3 Glacier Flexible Retrieval) to avoid cost penalties on short-lived data.
Tahmini Süre:2m 0s