A media analytics company collects two types of data from client web applications:
1. Video rendering assets stored under the `/assets/` prefix, which average in size. These files are accessed frequently for the first , rarely accessed after that, and must be retained for before being deleted.
2. User clickstream telemetry logs stored under the `/telemetry/` prefix, which average in size. These logs are analyzed intensively for , are rarely accessed afterward, and must be retained for before being deleted.
Which combination of actions should the Solutions Architect implement to achieve the most cost-effective storage solution? (Select TWO.)
- For the `/assets/` prefix, configure an S3 Lifecycle rule to transition objects to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after .Cevap
- For the `/telemetry/` prefix, aggregate the clickstream logs into larger archive files (greater than ) before uploading them to Amazon S3, and configure an S3 Lifecycle rule to transition the archives to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after .Cevap
- CFor the `/assets/` prefix, configure an S3 Lifecycle rule to transition objects to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after , and delete them after .
- DFor the `/telemetry/` prefix, configure an S3 Lifecycle rule to transition the individual clickstream logs to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after .
- EFor the `/telemetry/` prefix, configure an S3 Lifecycle rule to transition the individual clickstream logs to Amazon S3 One Zone-Infrequent Access (S3 One Zone-IA) after .
Cevap
The correct architecture requires transitioning the video assets prefix to Amazon S3 Standard-IA after 15 days, and aggregating the telemetry logs into larger archive files (greater than 128 KB) before uploading them to Amazon S3 and transitioning them to Amazon S3 Standard-IA after 10 days.
The correct strategy uses S3 Standard-IA for large objects (video assets) with a transition window that satisfies the 30-day minimum storage duration (transition at day 15, delete at day 45). For small files (telemetry logs), aggregating them prior to upload avoids the 128 KB minimum capacity charge penalty when they are transitioned to S3 Standard-IA after 10 days.
Adım Adım Çözüm
Anahtar Kavram
Cost-Optimized Storage Tiering and Lifecycle Management