nerdexam
Amazon

SCS-C03 · Question #40

A company's data scientists use Amazon SageMaker with datasets stored in Amazon S3. Data older than 45 days must be removed according to policy. Which action should enforce this policy?

The correct answer is A. Configure an S3 Lifecycle rule to delete objects after 45 days. Amazon S3 Lifecycle rules are the native and most efficient way to enforce data retention policies. AWS Certified Security - Specialty documentation recommends lifecycle rules over custom automation to reduce operational complexity and failure risk. Lifecycle rules…

Submitted by hassan_iq· Mar 6, 2026Data Protection

Question

A company's data scientists use Amazon SageMaker with datasets stored in Amazon S3. Data older than 45 days must be removed according to policy. Which action should enforce this policy?

Options

  • AConfigure an S3 Lifecycle rule to delete objects after 45 days.
  • BCreate a Lambda function triggered on object upload to delete old data.
  • CCreate a scheduled Lambda function to delete old objects monthly.
  • DConfigure S3 Intelligent-Tiering.

How the community answered

(68 responses)
  • A
    79% (54)
  • B
    6% (4)
  • C
    12% (8)
  • D
    3% (2)

Explanation

Amazon S3 Lifecycle rules are the native and most efficient way to enforce data retention policies. AWS Certified Security - Specialty documentation recommends lifecycle rules over custom automation to reduce operational complexity and failure risk. Lifecycle rules automatically and reliably delete objects after a specified age, ensuring compliance without additional compute services. Lambda-based solutions increase cost and management overhead. Intelligent-Tiering manages storage cost, not data deletion.

Topics

#S3 Lifecycle rules#data retention policy#automated deletion#compliance

Community Discussion

No community discussion yet for this question.

Full SCS-C03 Practice