A financial services firm processes two types of data files stored in a single Amazon S3 bucket:
* Transaction logs: Average size of . These files are accessed frequently for the first after creation, and then must be retained for for auditing. When needed for audits, they must be retrievable within minutes.
* Monthly statements: Average size of . These files are accessed frequently for the first after creation, occasionally accessed for the next (requiring millisecond access times), and then must be retained for with an acceptable retrieval time of up to .
Which combination of S3 Lifecycle configuration actions will meet these requirements in the most cost-effective manner? (Select TWO.)
- Configure a lifecycle policy for the transaction logs to retain them in Amazon S3 Standard for the entire duration.Cevap
- Configure a lifecycle policy for the monthly statements to transition them to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after , and to Amazon S3 Glacier Flexible Retrieval after .Cevap
- CConfigure a lifecycle policy for the monthly statements to transition them to Amazon S3 Standard-IA after , and then to Amazon S3 Glacier Flexible Retrieval after .
- DConfigure a lifecycle policy for the monthly statements to transition them to Amazon S3 Standard-IA after , and then to Amazon S3 Glacier Deep Archive after .
- EConfigure a lifecycle policy for the transaction logs to transition them to Amazon S3 Standard-IA after .
Cevap
The correct strategy is to retain the transaction logs in Amazon S3 Standard for the entire duration, and to transition the monthly statements to S3 Standard-IA after and then to S3 Glacier Flexible Retrieval after .
For the monthly statements, transitioning to S3 Standard-IA after provides the required millisecond access. Waiting until day to transition them to S3 Glacier Flexible Retrieval ensures the files remain in S3 Standard-IA for , satisfying the minimum duration and avoiding any early transition penalties. For the transaction logs, keeping them in S3 Standard for the entire period is most cost-effective. Transitioning these logs to S3 Standard-IA would force billing at the minimum size, and transitioning them to S3 Glacier Flexible Retrieval adds minimum size billing plus a combined of metadata overhead, making both transitions more expensive than keeping them in S3 Standard.
Adım Adım Çözüm
Anahtar Kavram
S3 storage class cost-efficiency is heavily influenced by minimum object storage sizes, minimum storage durations, and metadata overhead, particularly for small objects.
Tahmini Süre:2m 0s