nerdexam
Amazon

SAP-C02 · Question #466

A company is storing sensitive data in an Amazon S3 bucket. The company must log all activities for objects in the S3 bucket and must keep the logs for 5 years. The company's security team also must r

The correct answer is A. Configure AWS CloudTrail to log S3 data events. D. Configure Amazon S3 to send object deletion events to an Amazon EventBridge event bus that F. Configure a new S3 bucket to store the logs with an S3 Lifecycle policy.. The company needs to log all object activities for an Amazon S3 bucket for 5 years and send email notifications to the security team for every data deletion attempt, all in a cost-effective manner.

Submitted by jordan8· Mar 6, 2026Continuous Improvement for Existing Solutions

Question

A company is storing sensitive data in an Amazon S3 bucket. The company must log all activities for objects in the S3 bucket and must keep the logs for 5 years. The company's security team also must receive an email notification every time there is an attempt to delete data in the S3 bucket. Which combination of steps will meet these requirements MOST cost-effectively? (Choose three.)

Options

  • AConfigure AWS CloudTrail to log S3 data events.
  • BConfigure S3 server access logging for the S3 bucket.
  • CConfigure Amazon S3 to send object deletion events to Amazon Simple Email Service (Amazon
  • DConfigure Amazon S3 to send object deletion events to an Amazon EventBridge event bus that
  • EConfigure Amazon S3 to send the logs to Amazon Timestream with data storage tiering.
  • FConfigure a new S3 bucket to store the logs with an S3 Lifecycle policy.

How the community answered

(25 responses)
  • A
    64% (16)
  • B
    20% (5)
  • C
    4% (1)
  • E
    12% (3)

Why each option

The company needs to log all object activities for an Amazon S3 bucket for 5 years and send email notifications to the security team for every data deletion attempt, all in a cost-effective manner.

AConfigure AWS CloudTrail to log S3 data events.Correct

Configuring AWS CloudTrail to log S3 data events captures all object-level API actions, including deletion attempts, which is crucial for comprehensive activity logging and security auditing.

BConfigure S3 server access logging for the S3 bucket.

S3 server access logging records requests to the bucket, but CloudTrail data events provide a more granular and API-centric view of object activities, which is better for auditing specific actions like deletions and integrates with CloudTrail's centralized logging.

CConfigure Amazon S3 to send object deletion events to Amazon Simple Email Service (Amazon

While S3 can send events directly to SNS, using EventBridge (as in option D) provides more advanced filtering and routing capabilities, making it a more flexible and robust solution for specific event types like object deletions before sending notifications.

DConfigure Amazon S3 to send object deletion events to an Amazon EventBridge event bus thatCorrect

Configuring Amazon S3 to send object deletion events to an Amazon EventBridge event bus, which then routes to an SNS topic, provides a robust and flexible mechanism to filter specifically for deletion attempts and send immediate email notifications to the security team.

EConfigure Amazon S3 to send the logs to Amazon Timestream with data storage tiering.

Amazon Timestream is a time-series database and is not the primary or most cost-effective service for storing general S3 access logs or CloudTrail logs for long-term retention and compliance; an S3 bucket with lifecycle policies is more appropriate.

FConfigure a new S3 bucket to store the logs with an S3 Lifecycle policy.Correct

Configuring a new S3 bucket to store the logs, combined with an S3 Lifecycle policy, ensures cost-effective storage for the required 5-year retention period by transitioning data to cheaper storage classes like S3 Glacier after an initial period.

Concept tested: S3 object logging, event notifications, and long-term log retention

Source: https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-s3-data-events.html

Community Discussion

No community discussion yet for this question.

Full SAP-C02 Practice