A company stores database backups in an Amazon S3 bucket. The backup files average in size. The backups are accessed frequently for the first for verification. After , they are rarely accessed, but the company must retain them for a total of for emergency recovery before they are permanently deleted. Which S3 lifecycle configuration provides the most cost-effective storage solution for these backups?
- AConfigure a lifecycle rule to transition the backups to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after , and delete them after .
- BConfigure a lifecycle rule to transition the backups to Amazon S3 Glacier Flexible Retrieval after , and delete them after .
- Keep the backups in Amazon S3 Standard, and configure a lifecycle rule to permanently delete them after .Answer
- DConfigure a lifecycle rule to transition the backups to Amazon S3 Intelligent-Tiering after , and delete them after .
Answer
Keep the backups in Amazon S3 Standard, and configure a lifecycle rule to permanently delete them after .
Keeping the database backups in Amazon S3 Standard for the entire and deleting them via a lifecycle rule is the most cost-effective option. Because the backups are deleted at day , any transition to S3 Standard-IA at day results in only of storage in the Infrequent Access tier. S3 Standard-IA charges a minimum of of storage, meaning the user would pay for of S3 Standard-IA storage in addition to the of S3 Standard storage, resulting in a higher total cost.
Step-by-Step Solution
Key Concept
S3 Storage Class Minimum Duration Constraints
Estimated Time:1m 30s