SAA-C03 · Question #733
A company must save all the email messages that its employees send to customers for a period of 12 months. The messages are stored in a binary format and vary in size from 1 KB to 20 KB. The company…
The correct answer is B. Create an S3 Lifecycle configuration that deletes the messages after 12 months. D. Upload the messages to Amazon S3. Use S3 Object Lock in compliance mode. Using S3 Object Lock in compliance mode ensures that email messages cannot be deleted or modified during the 12-month retention period, meeting regulatory requirements. An S3 Lifecycle configuration can automatically delete the objects after 12 months, minimizing operational…
Question
A company must save all the email messages that its employees send to customers for a period of 12 months. The messages are stored in a binary format and vary in size from 1 KB to 20 KB. The company has selected Amazon S3 as the storage service for the messages. Which combination of steps will meet these requirements MOST cost-effectively? (Choose two.)
Options
- ACreate an S3 bucket policy that denies the s3:DeleteObject action.
- BCreate an S3 Lifecycle configuration that deletes the messages after 12 months.
- CUpload the messages to Amazon S3. Use S3 Object Lock in governance mode.
- DUpload the messages to Amazon S3. Use S3 Object Lock in compliance mode.
- EUse S3 Inventory. Create an AWS Batch job that periodically scans the inventory and deletes the
How the community answered
(35 responses)- A3% (1)
- B77% (27)
- C11% (4)
- E9% (3)
Explanation
Using S3 Object Lock in compliance mode ensures that email messages cannot be deleted or modified during the 12-month retention period, meeting regulatory requirements. An S3 Lifecycle configuration can automatically delete the objects after 12 months, minimizing operational overhead and cost.
Community Discussion
No community discussion yet for this question.