A genomics research company stores two types of data in an Amazon S3 bucket:
- Raw DNA sequence data: The files average in size. They are accessed frequently during the first after upload. Afterward, they are rarely accessed, but must be retained for a total of from the upload date before they can be safely deleted.
- Variant call metadata: The files average in size. They are accessed frequently for the first after upload. Afterward, they are rarely accessed, but must be retained for a total of from the upload date before they can be safely deleted.
Which Amazon S3 lifecycle configuration is the most cost-effective for managing these datasets?
- ATransition the raw DNA sequence data to S3 Standard-IA after and delete them after ; transition the variant call metadata to S3 Standard-IA after and delete them after .
- BTransition the raw DNA sequence data to S3 Standard-IA after and delete them after ; keep the variant call metadata in S3 Standard and delete them after .
- Keep both the raw DNA sequence data and the variant call metadata in S3 Standard for their entire lifetimes, and delete the raw data after and the metadata after .Cevap
- DKeep the raw DNA sequence data in S3 Standard and delete them after ; transition the variant call metadata to S3 Standard-IA after and delete them after .
Cevap
Keep both the raw DNA sequence data and the variant call metadata in S3 Standard for their entire lifetimes, and delete the raw data after and the metadata after .
The correct answer is to keep both the raw DNA sequence data and the variant call metadata in S3 Standard for their entire lifetimes. The raw DNA sequence data has a total lifecycle of 25 days. Transitioning it to S3 Standard-IA after 10 days would mean storing it in the IA tier for only 15 days, which violates the 30-day minimum storage duration of S3 Standard-IA and triggers a billing penalty. The variant call metadata files average 30 KB, which is well below the 128 KB minimum object capacity charge for S3 Standard-IA. Storing them in S3 Standard-IA would result in a significant capacity billing penalty.
Adım Adım Çözüm
Anahtar Kavram
S3 Lifecycle Management Cost Constraints