A healthcare provider stores two types of data in a single Amazon S3 bucket:
* Clinical Imaging Data (DICOM): The average file size is . These files are accessed frequently by clinicians for the first days. After days, access drops significantly, but images must be retrievable within hours for follow-up appointments. The images must be retained for years ( days).
* System Access Logs: The average file size is . These logs are analyzed daily for security audits during the first days. After days, they are rarely accessed, but must be retained for year ( days) for regulatory compliance.
Which two lifecycle configurations will meet these requirements in the most cost-effective manner? (Select TWO.)
- Configure a lifecycle rule for the Clinical Imaging Data to transition objects from S3 Standard to S3 Glacier Flexible Retrieval after days, and expire them after days.Cevap
- Keep the System Access Logs in S3 Standard, and configure a lifecycle rule to expire the objects after days.Cevap
- CConfigure a lifecycle rule for the Clinical Imaging Data to transition objects from S3 Standard to S3 Standard-IA after days, transition them to S3 Glacier Flexible Retrieval after days, and expire them after days.
- DConfigure a lifecycle rule for the System Access Logs to transition objects from S3 Standard to S3 Standard-IA after days, and expire them after days.
- EConfigure a lifecycle rule for the System Access Logs to transition objects from S3 Standard to S3 Glacier Flexible Retrieval after days, and expire them after days.
Cevap
Configure a lifecycle rule for the Clinical Imaging Data to transition objects from S3 Standard to S3 Glacier Flexible Retrieval after 40 days and expire them after 2555 days, and keep the System Access Logs in S3 Standard, configuring a lifecycle rule to expire the objects after 365 days.
Transitioning the Clinical Imaging Data directly from S3 Standard to S3 Glacier Flexible Retrieval after 40 days is highly cost-effective because the average file size of 20 MB is well above the 128 KB minimum storage threshold, and standard retrieval (which takes 3-5 hours) satisfies the 4-hour retrieval requirement. Keeping the System Access Logs in S3 Standard and expiring them after 365 days is correct because the average file size is 10 KB, which is below the 128 KB minimum size threshold for S3 Standard-IA and S3 Glacier. Transitioning these small files to a lower-cost storage class would incur a storage charge penalty for 128 KB per object, making it significantly more expensive than keeping them in S3 Standard.
Adım Adım Çözüm
Anahtar Kavram
Understanding S3 lifecycle transitions, minimum storage durations, and minimum object size billing thresholds to design cost-effective storage strategies.