A financial analytics company stores daily risk assessment datasets in a single Amazon S3 bucket. The datasets consist of two distinct file types:
* Market Simulation Results: Average file size of . These files are actively analyzed for after creation. Afterwards, they are rarely accessed but must be retained for for compliance audits. Audit requests require a retrieval time of less than .
* Execution Log Fragments: Average file size of . These files are used for debugging during the first and are never accessed afterwards. They can be safely deleted after .
Which TWO actions should a Solutions Architect take to configure a lifecycle policy that minimizes storage and retrieval costs?
- Configure a lifecycle rule to transition Market Simulation Results to Amazon S3 Glacier Instant Retrieval after .Cevap
- Configure a lifecycle rule to delete Execution Log Fragments after without transitioning them to another storage class.Cevap
- CConfigure a lifecycle rule to transition the Execution Log Fragments to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after and delete them after .
- DConfigure a lifecycle rule to transition the Market Simulation Results to Amazon S3 Glacier Flexible Retrieval after and use standard retrieval for audit requests.
- EConfigure a lifecycle rule to transition the Execution Log Fragments to Amazon S3 Glacier Instant Retrieval after and delete them after .
Cevap
The correct configuration is to transition the Market Simulation Results to Amazon S3 Glacier Instant Retrieval after 15 days, and to delete the Execution Log Fragments after 10 days without transitioning them to another storage class.
Transitioning the Market Simulation Results to Amazon S3 Glacier Instant Retrieval after is correct because the files are large (, avoiding minimum size charges), rarely accessed after , kept for , and require retrieval in under (which S3 Glacier Instant Retrieval satisfies with millisecond access). Deleting the Execution Log Fragments after without transitioning them is correct because the files are very small () and short-lived (). Transitioning them to S3 Standard-IA or S3 Glacier storage tiers would incur a minimum billing size penalty and early deletion fees for violating the minimum storage duration rules.
Adım Adım Çözüm
Anahtar Kavram
S3 Lifecycle Policy Cost Optimization and Storage Class Constraints