What should a solutions architect do to meet these requirements?
Use standard SQL queries in Amazon Athena to analyze the CloudFront logs in the S3 bucket. Visualize the results with AWS Glue.
Use standard SQL queries in Amazon Athena to analyze the CloudFront logs in the S3 bucket. Visualize the results with Amazon QuickSight.
Use standard SQL queries in Amazon DynamoDB to analyze the CloudFront logs in the S3 bucket. Visualize the results with AWS Glue.
Use standard SQL queries in Amazon DynamoDB to analyze the CloudFront logs in the S3 bucket. Visualize the results with Amazon QuickSight.
Explanations:
AWS Glue is primarily used for ETL (Extract, Transform, Load) purposes, not for visualization. Athena can query the logs, but Glue is not suitable for visualization.
Amazon Athena can query the CloudFront logs directly in S3 using SQL, and Amazon QuickSight can be used to visualize the analysis results, meeting all requirements.
DynamoDB is not intended for SQL-based queries on S3 data; Athena is better suited for querying logs stored in S3. AWS Glue is also not used for visualization.
DynamoDB is not a suitable choice for analyzing log files stored in S3. While QuickSight can handle visualization, DynamoDB does not support direct SQL analysis.