Topic 1 Question 215
A company needs to analyze access logs for an Application Load Balancer (ALB). The ALB directs traffic to the company’s online login portal. The company needs to use visualizations to identify login attempts by bots from a list of known IP sources.
Which solution will meet these requirements?
Configure the ALB to send logs directly to Amazon CloudWatch Logs. Analyze and visualize the logs by using CloudWatch Logs Insights.
Configure the ALB to send logs directly to Amazon Redshift. Analyze the logs by using SQL queries. Visualize the logs by using custom reports.
Configure the ALB to send logs directly to Amazon OpenSearch Service. Analyze the logs by using OpenSearch dashboards. Visualize the logs by using custom OpenSearch dashboards.
Configure the ALB to send logs directly to an Amazon S3 bucket. Analyze the logs by using Amazon Athena. Visualize the logs by using Amazon QuickSight.
ユーザの投票
コメント(1)
- 正解だと思う選択肢: D
The best solution for analyzing access logs from an Application Load Balancer (ALB) and visualizing login attempts by bots from known IP sources is:
D. Configure the ALB to send logs directly to an Amazon S3 bucket. Analyze the logs by using Amazon Athena. Visualize the logs by using Amazon QuickSight.
Amazon S3: Storing logs in S3 is cost-effective and scalable. Amazon Athena: Allows you to run SQL queries on the log data stored in S3, making it easy to filter and analyze specific login attempts, including those from known bot IPs
👍 2IPLogic2024/12/04
シャッフルモード