Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
For a web application on AWS, which storage solution allows generating and storing unique customer reports larger than 1 MB, accessible for 8 hours, and automatically deleted after 2 days with minimal operational overhead?
A
Storing in Amazon DynamoDB with TTL, providing access via generated URLs.
B
Storing in Amazon S3 with server-side encryption, attaching to Amazon SNS for email notifications.
C
Storing in Amazon S3 with server-side encryption, using presigned URLs with expiration, and setting S3 Lifecycle rules for deletion.
D
Storing in Amazon RDS with date stamps, providing access via URLs, and scheduling AWS Lambda for record deletion.