An online multiplayer game studio hosts its backend on AWS and stores two categories of data in a single Amazon S3 bucket:
* Match Replay Videos: The average file size is . These files are generated daily and are accessed frequently during the first by players. After , they are rarely accessed, but the studio must retain them for a total of for compliance and fair-play audits. The files must be retrievable within milliseconds when requested.
* Player Telemetry Logs: The average file size is . These files are written continuously and are accessed frequently by analytics queries for the first to detect cheat signatures. After , they are never accessed, but must be kept for a total of for verification before being deleted.
Which lifecycle configuration is the most cost-effective for these datasets?
- For the Match Replay Videos, configure a transition rule to S3 Glacier Instant Retrieval after , and an expiration rule after . For the Player Telemetry Logs, keep them in S3 Standard and configure an expiration rule after .Cevap
- BFor the Match Replay Videos, configure a transition rule to S3 Glacier Instant Retrieval after , and an expiration rule after . For the Player Telemetry Logs, configure a transition rule to S3 Standard-IA after , and an expiration rule after .
- CFor the Match Replay Videos, configure a transition rule to S3 Glacier Flexible Retrieval after , and an expiration rule after . For the Player Telemetry Logs, keep them in S3 Standard and configure an expiration rule after .
- DFor the Match Replay Videos, configure a transition rule to S3 Standard-IA after , and an expiration rule after . For the Player Telemetry Logs, configure a transition rule to S3 Standard-IA after , and an expiration rule after .