
Explanation:
The correct answer is C. This solution meets all the requirements: it uses an S3 Lifecycle policy to transition the records from S3 Standard to S3 Glacier Deep Archive after 1 year, ensuring the records are immediately accessible for the first year and then archived for the remaining 9 years. Additionally, S3 Object Lock in compliance mode is used to prevent any deletion of the records for the entire 10-year period, even by administrative users and root users. This also ensures maximum resiliency and durability for the stored records.
Ultimate access to all questions.
No comments yet.
How can a company ensure 10 years of secure, accessible storage for accounting records in Amazon S3, with no possibility of deletion during this period, and with a transition from immediate access to archival storage after the first year?
A
Using S3 Glacier for storage with a 10-year deletion denial policy.
B
Employing S3 Intelligent-Tiering with an IAM policy to prevent deletion, revisable after 10 years.
C
Implementing an S3 Lifecycle policy for a transition to S3 Glacier Deep Archive after one year, with S3 Object Lock in compliance mode for the full duration.
D
Utilizing an S3 Lifecycle policy to move to S3 One Zone-Infrequent Access after one year, with S3 Object Lock in governance mode throughout the 10 years.