Which combination of AWS services and features should a security engineer use to provide and display the information to the security team?
(Choose three.)
Amazon CloudWatch Logs Insights
Amazon S3 server access logs
Amazon CloudWatch Logs
Amazon GuardDuty
Amazon QuickSight
Amazon Athena
Explanations:
Amazon CloudWatch Logs Insights is primarily used for analyzing log data generated by AWS services. While it can analyze logs, it is not specifically designed for analyzing S3 access patterns or performing SQL queries directly on S3 data.
Amazon S3 server access logs provide detailed records for requests made to S3 buckets. These logs include information on access patterns, which can be used to identify frequently accessed objects and buckets, making it a valuable resource for the security team’s analysis.
Amazon CloudWatch Logs itself is a service for collecting and monitoring log files but does not directly facilitate SQL query analysis for S3 access patterns. It lacks the necessary features for performing queries on S3 logs or data.
Amazon GuardDuty is a threat detection service that monitors AWS accounts and workloads for malicious activity and unauthorized behavior. It does not provide detailed insights into S3 access patterns or allow for SQL querying.
Amazon QuickSight is a business intelligence service that allows users to create visualizations and dashboards from various data sources. It can be used to display the analyzed data from S3 access logs or Athena queries in a user-friendly dashboard format.
Amazon Athena is an interactive query service that allows users to analyze data directly in S3 using standard SQL. It can be used to run the necessary queries on S3 server access logs to extract insights about access patterns, such as the most frequently accessed objects and download times.