
Ultimate access to all questions.
You are tasked with querying logs stored in Amazon S3 to gather contextual information related to a security event. Describe the steps you would take to query the logs using Amazon Athena and analyze the results to identify any potential security threats.
A
Use Amazon Athena to run a SQL query on the logs stored in the Amazon S3 bucket to identify any entries with suspicious activity or unauthorized access attempts.
B
Use Amazon Athena to run a SQL query on the logs stored in the Amazon S3 bucket and filter the results based on specific time frames or IP addresses to narrow down potential security threats.
C
Use Amazon Athena to run a SQL query on the logs stored in the Amazon S3 bucket and join the results with other data sources, such as AWS CloudTrail logs or Amazon VPC Flow Logs, to gain a more comprehensive view of the security event.
D
Use Amazon Athena to run a SQL query on the logs stored in the Amazon S3 bucket and visualize the results using a third-party data visualization tool to identify patterns or trends related to the security event.