
Ultimate access to all questions.
You are tasked with designing a log analysis solution that can handle high volumes of logs from AWS services and on-premises systems. The solution should support real-time analysis and historical data querying. Which AWS services would you recommend, and how would you configure them to meet these requirements?
A
Use AWS Direct Connect to bring on-premises logs into AWS, then use Amazon S3 for storage and Athena for querying.
B
Use Amazon Kinesis Data Firehose for real-time log ingestion, then use Amazon Redshift for historical data analysis.
C
Use AWS Glue for log ingestion and ETL, then use Amazon Elasticsearch for real-time analysis and Amazon S3 for historical data storage.
D
Use AWS Lambda for log processing, then use Amazon DynamoDB for real-time analysis and Amazon S3 for historical data storage.