DVA-C02 · Question #655
A developer stores user data in an Amazon S3 bucket for an application. The user data must always be readily available. The application accesses new user data frequently. The application rarely…
The correct answer is C. Create an S3 Lifecycle rule to move the data to the S3 Standard-Infrequent Access (S3 Standard- E. Add a filter to the Lifecycle rule, and specify the key prefix the rule must apply to. You can use an S3 Lifecycle rule that targets only the infrequently accessed data (by filtering on its key prefix) and transitions those objects to the Standard-IA tier after they reach three months of age. This ensures that only the older, rarely accessed objects move to a…
Question
A developer stores user data in an Amazon S3 bucket for an application. The user data must always be readily available. The application accesses new user data frequently. The application rarely queries data that is more than 3 months old. However, the application queries some important user data consistently. Both frequently accessed data and infrequently accessed data are stored separately within the S3 bucket. The developer has replicated the bucket to a second Region as part of a disaster recovery plan. The developer wants to optimize storage costs for the user data based on usage patterns. What combination of steps will meet these requirements? (Choose two.)
Options
- ACreate an S3 Lifecycle rule to move the data to the S3 One Zone-Infrequent Access (S3 One
- BAdd a filter to the Lifecycle rule, and specify the minimum object size that the rule must apply to.
- CCreate an S3 Lifecycle rule to move the data to the S3 Standard-Infrequent Access (S3 Standard-
- DCreate an S3 Lifecycle rule to move the data to the S3 Glacier Deep Archive tier after 3 months.
- EAdd a filter to the Lifecycle rule, and specify the key prefix the rule must apply to.
How the community answered
(28 responses)- A21% (6)
- B11% (3)
- C64% (18)
- D4% (1)
Explanation
You can use an S3 Lifecycle rule that targets only the infrequently accessed data (by filtering on its key prefix) and transitions those objects to the Standard-IA tier after they reach three months of age. This ensures that only the older, rarely accessed objects move to a lower-cost, yet immediately available, storage class.
Community Discussion
No community discussion yet for this question.