Make the export bucket pay for itself
A hands-on SAA-C03 lab. You produce the real artefact and 10 automated checks verify it behaves the way the exam expects.
Try this labAll SAA-C03 practice
- Certification
- SAA-C03
- Format
- Structured configuration
- Difficulty
- hard
- Estimated time
- 18 min
- Automated checks
- 10
The brief
Rewrite lifecycle.json so the exports stop growing the bill. Scope every rule to the exports/ prefix so no other data is touched. Keep exports in S3 Standard for the first 30 days, because the dashboards read them directly and must not need a restore. After that, transition them into an archive class, then onward to S3 Glacier Deep Archive - but a single rule cannot move an object on before the class it is leaving has served its minimum storage duration, so work out the earliest legal day for that second transition rather than guessing. Make a deliberate decision about the sub-128 KB manifests with an object-size filter instead of leaving the S3 default to decide silently. Expire current versions on day 2555, the seven-year obligation, and no earlier. Finally, abandon incomplete multipart uploads after a bounded number of days.
Part of SAA-C03 preparation
Labs are written by ExamNova to teach the decisions the exam tests. They are not reproductions of vendor lab content.