A travel booking system generates daily XML reconciliation reports. The files average in size and are stored in an Amazon S3 bucket. These reports are accessed frequently during the first days for booking validation. After days, they are rarely accessed, but must be retained for auditing purposes for a total of days from creation. After days, the files are no longer needed and can be permanently deleted. Which of the following Amazon S3 lifecycle configurations provides the most cost-effective storage solution?
- Keep the reports in the Amazon S3 Standard tier, and configure a lifecycle rule to permanently delete the files after days.Cevap
- BConfigure a lifecycle rule to transition the reports to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days, and permanently delete the files after days.
- CConfigure a lifecycle rule to transition the reports to Amazon S3 Glacier Flexible Retrieval after days, and permanently delete the files after days.
- DConfigure a lifecycle rule to transition the reports to Amazon S3 Intelligent-Tiering after days, and permanently delete the files after days.
Cevap
Keep the reports in the Amazon S3 Standard tier, and configure a lifecycle rule to permanently delete the files after days.
Keeping the reports in Amazon S3 Standard and deleting them after days is the most cost-effective option. Because the total lifecycle of the files is only days, transitioning them to S3 Standard-IA or S3 Glacier Flexible Retrieval after days would result in early deletion charges (due to their -day and -day minimum storage duration requirements, respectively). Thus, the cost of keeping them in S3 Standard for days is lower than transitioning them to a tier with minimum storage duration penalties.
Adım Adım Çözüm
Anahtar Kavram
Amazon S3 Standard-IA has a -day minimum storage duration charge. If objects are deleted or transitioned before days have elapsed in this tier, an early deletion charge is applied.
Tahmini Süre:1m 15s