AWS Certified Solutions Architect Associate SAA-C03 Practice Question
A data analytics company processes daily logs that amount to 400 GB per day. The logs need to be stored for 30 days for compliance purposes and must be readily accessible for querying and analysis. The processing and analysis are performed on Amazon EC2 instances. The company seeks a cost-effective storage solution that provides quick access and minimal management overhead. As a Solutions Architect, which storage solution would you recommend for storing the logs?
Attach multiple EBS General Purpose SSD (gp3) volumes to the EC2 instances for log storage.
Store the logs in Amazon S3 Standard storage class with Lifecycle policy to either adjust storage class or delete them after 30 days.
Set up an EBS Provisioned IOPS SSD (io2) volume for each EC2 instance to store the logs.
Use an Amazon EFS file system to store the logs.