
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company needs to store contract documents. A contract lasts for 5 years. During the 5-year period, the company must ensure that the documents cannot be overwritten or deleted. The company needs to encrypt the documents at rest and rotate the encryption keys automatically every year.
Which combination of steps should a solutions architect take to meet these requirements with the LEAST operational overhead? (Choose two.)
A
Store the documents in Amazon S3. Use S3 Object Lock in governance mode.
B
Store the documents in Amazon S3. Use S3 Object Lock in compliance mode.
C
Use server-side encryption with Amazon S3 managed encryption keys (SSE-S3). Configure key rotation.
D
Use server-side encryption with AWS Key Management Service (AWS KMS) customer managed keys. Configure key rotation.
E
Use server-side encryption with AWS Key Management Service (AWS KMS) customer provided (imported) keys. Configure key rotation.
Explanation:
Why B (S3 Object Lock in compliance mode) is correct:
Why D (AWS KMS customer managed keys with key rotation) is correct:
Why other options are incorrect:
Summary: The combination of S3 Object Lock in compliance mode (B) ensures documents cannot be modified or deleted for 5 years, while AWS KMS customer managed keys with automatic key rotation (D) provides encryption with yearly key rotation with minimal operational overhead.