A financial application stores monthly customer account statements (averaging each) and daily transactional debug logs (averaging each) in an Amazon S3 bucket. The account statements are accessed frequently during the first but are rarely accessed afterwards, and they must be retained for for auditing purposes. The debug logs are only needed for troubleshooting within of creation, after which they can be permanently deleted. Which TWO actions should a solutions architect configure in the S3 Lifecycle rules to meet these requirements in the most cost-effective manner? (Select TWO.)
- Configure a lifecycle rule to transition the customer account statements to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after $30\text{ days}.Cevap
- Configure a lifecycle rule to expire the debug logs after directly from Amazon S3 Standard.Cevap
- CConfigure a lifecycle rule to transition the debug logs to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after before deleting them.
- DConfigure a lifecycle rule to transition the debug logs to Amazon S3 Glacier Flexible Retrieval after and delete them after $14\text{ days}.
- EConfigure a lifecycle rule to transition the customer account statements to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after $10\text{ days}.
Cevap
Configure a lifecycle rule to transition the customer account statements to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after and configure a lifecycle rule to expire the debug logs after directly from Amazon S3 Standard.
Transitioning customer account statements to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after is correct because the statements are large () and retained for a long period (), meaning they will not trigger the minimum capacity charge or the minimum storage duration fee. Expiring the debug logs after directly from S3 Standard is correct because at and with a lifespan, they would incur early deletion penalties and minimum capacity charges if transitioned to S3 Standard-IA or Glacier.
Adım Adım Çözüm
Anahtar Kavram
Amazon S3 Lifecycle policies must account for minimum storage durations ( for Standard-IA, for Glacier) and minimum capacity charges ( for IA classes) to avoid cost penalties on transient or small objects.