A digital security company stores video surveillance feeds and operational device telemetry logs in an Amazon S3 bucket.
* Video feeds: The files average in size. They are accessed frequently during the first 15 days for automated threat detection. After 15 days, they are accessed only if a security incident is reported, which is rare. They must be retained for 60 days total for compliance, after which they can be permanently deleted.
* Device telemetry logs: The files average in size. They are accessed frequently for the first 10 days for system health checks. After 10 days, access drops significantly, but they must be kept for 35 days total for operational troubleshooting before deletion.
Which two actions should a solutions architect configure in the S3 Lifecycle policy to meet these requirements in the most cost-effective manner?
- For the video feeds, configure a transition rule to move the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 15 days.Cevap
- BFor the device telemetry logs, configure a transition rule to move the objects to S3 Standard-Infrequent Access (S3 Standard-IA) after 10 days.
- For the device telemetry logs, configure a rule to expire the objects after 35 days without transitioning them to any Infrequent Access tier.Cevap
- DFor the video feeds, configure a transition rule to move the objects to S3 Glacier Deep Archive after 15 days.
- EFor the device telemetry logs, configure a transition rule to move the objects to S3 One Zone-Infrequent Access (S3 One Zone-IA) after 10 days.