A security and analytics company collects telemetry data and daily aggregated summaries from IoT sensors.
The data characteristics are as follows:
* Telemetry Reports: Average file size of , with new files generated daily. The files are frequently analyzed for , after which they are rarely accessed. They must be deleted after .
* Aggregated Summaries: Average file size of , with generated daily. They are frequently accessed for . Between day and day , they are accessed occasionally (one or two times per month). After day , they are rarely accessed but must be retained indefinitely for long-term audit purposes, with a recovery time of up to acceptable.
Which two S3 Lifecycle configurations will provide the most cost-effective solution for this data? (Select TWO.)
- For the Telemetry Reports, create a lifecycle rule to expire the objects after 90 days without transitioning them to any other storage class.Cevap
- BFor the Telemetry Reports, create a lifecycle rule to transition the objects to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after 10 days, and expire them after 90 days.
- For the Aggregated Summaries, create a lifecycle rule to transition the objects to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after 45 days, and to Amazon S3 Glacier Deep Archive after 90 days.Cevap
- DFor the Aggregated Summaries, create a lifecycle rule to transition the objects to Amazon S3 Glacier Flexible Retrieval after 45 days, and then to Amazon S3 Glacier Deep Archive after 90 days.
- EFor the Telemetry Reports, create a lifecycle rule to transition the objects to Amazon S3 Intelligent-Tiering after 10 days, and expire them after 90 days.