A genomics research laboratory generates two types of data: raw genomic sequence files with an average size of and summary analysis reports with an average size of .
- The raw sequence files are accessed frequently during the first for data pipelines. After this initial period, they are rarely accessed but must be retained for for audit purposes, with a retrieval time of up to being acceptable.
- The summary analysis reports are accessed frequently for the first , but are only needed for a total of , after which they can be permanently deleted.
Which two lifecycle actions should a solutions architect configure to meet these requirements in the most cost-effective manner? (Select TWO.)
- Configure a lifecycle policy to transition the raw genomic sequence files from S3 Standard to Amazon S3 Glacier Flexible Retrieval after .Cevap
- Configure a lifecycle policy to delete the summary analysis reports directly from S3 Standard after .Cevap
- CConfigure a lifecycle policy to transition the raw genomic sequence files from S3 Standard to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after , and then to Amazon S3 Glacier Flexible Retrieval after .
- DConfigure a lifecycle policy to transition the summary analysis reports from S3 Standard to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after , and delete them after .
- EConfigure a lifecycle policy to transition the summary analysis reports from S3 Standard to Amazon S3 Glacier Flexible Retrieval after .
Cevap
The correct lifecycle actions are to transition the raw genomic sequence files to S3 Glacier Flexible Retrieval after and to delete the summary reports directly from S3 Standard after .
Transitioning the large raw genomic files () directly to Amazon S3 Glacier Flexible Retrieval after is highly cost-effective because the files are large enough to avoid size penalties, they are rarely accessed after , and the required recovery time window () is compatible with Glacier's standard retrieval performance (). Deleting the summary reports directly from S3 Standard after is correct because their size () falls well below the minimum storage size for S3 Standard-IA, and their residency in the IA tier would be only , which violates the minimum storage duration. Thus, keeping them in S3 Standard avoids both the minimum capacity charge and early deletion fees.
Adım Adım Çözüm
Anahtar Kavram
Understanding S3 lifecycle transitions, object size constraints, and minimum storage durations to optimize costs.
Tahmini Süre:2m 0s