Topic 1 Question 707
A company is using an Application Load Balancer (ALB) to present its application to the internet. The company finds abnormal traffic access patterns across the application. A solutions architect needs to improve visibility into the infrastructure to help the company understand these abnormalities better.
What is the MOST operationally efficient solution that meets these requirements?
Create a table in Amazon Athena for AWS CloudTrail logs. Create a query for the relevant information.
Enable ALB access logging to Amazon S3. Create a table in Amazon Athena, and query the logs.
Enable ALB access logging to Amazon S3. Open each file in a text editor, and search each line for the relevant information.
Use Amazon EMR on a dedicated Amazon EC2 instance to directly query the ALB to acquire traffic access log information.
ユーザの投票
コメント(8)
B is the correct answer
👍 11Andy_092024/02/05- 正解だと思う選択肢: B
A - Cloudtrail is for API Calls and changes on AWS account. B - Going for athena in S3. - Correct C - Manual work D - Distractor
👍 9Marunio2024/02/13 B - Amazon Athena is an interactive query service that makes it easy to analyze data directly in Amazon Simple Storage Service (Amazon S3) using standard SQL.
👍 5Naveena_Devanga2024/02/21
シャッフルモード