A inventory service exposes a static website from S3 and CloudFront. Users should still receive cached pages if the S3 origin has a short outage. Which feature helps most? The architecture review board prefers a managed AWS-native control.
Trap 1: AWS Backup Vault Lock
Backup Vault Lock protects backups, not CloudFront delivery.
Trap 2: IAM Access Analyzer
Access Analyzer reviews permissions and does not serve cached content.
Trap 3: S3 Select
S3 Select retrieves subsets of object data and does not increase origin outage tolerance.
- A
CloudFront caching with appropriate TTLs
CloudFront can serve cached content from edge locations when the origin is temporarily unavailable.
- B
AWS Backup Vault Lock
Why wrong: Backup Vault Lock protects backups, not CloudFront delivery.
- C
IAM Access Analyzer
Why wrong: Access Analyzer reviews permissions and does not serve cached content.
- D
S3 Select
Why wrong: S3 Select retrieves subsets of object data and does not increase origin outage tolerance.