A research institution stores two types of data in a single Amazon S3 bucket using different prefixes:
* Genomic Sequence Datasets (stored under the `genomics/` prefix): The average file size is . These files are accessed frequently during the first 35 days after creation. After 35 days, they are rarely accessed but must be retained for for regulatory compliance. When access is required, the datasets must be retrievable within minutes.
* Intermediate Pipeline Run Logs (stored under the `logs/` prefix): The average file size is . These files are only needed for debugging within the first 14 days of creation, after which they can be permanently deleted.
Which combination of actions will meet these requirements in the most cost-effective manner? (Select TWO.)
- Create a lifecycle rule for the `genomics/` prefix to transition the objects to Amazon S3 Glacier Flexible Retrieval after 35 days.Answer
- BCreate a lifecycle rule for the `logs/` prefix to transition the objects to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after 7 days.
- Create a lifecycle rule for the `logs/` prefix to expire the objects after 14 days.Answer
- DCreate a lifecycle rule for the `genomics/` prefix to transition the objects to Amazon S3 Glacier Deep Archive after 35 days.
- ECreate a lifecycle rule for the `logs/` prefix to transition the objects to Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA) after 7 days.