Topic 1 Question 157
A company uses multiple AWS accounts and VPCs in a single AWS Region. The company must log all network traffic for Amazon EC2 instances and Amazon RDS databases. The company will use the log information to monitor and identify traffic flows in the event of a security incident. The information must be retained for 12 months but will be accessed infrequently after the first 90 days. The company must be able to view metadata that includes the vpc-id, subnet-id: and tcp-flags fields.
Which solution will meet these requirements at the LOWEST cost?
Configure VPC flow logs with the default fields Store the logs in Amazon CloudWatch Logs.
Configure Traffic Mirroring on all AWS resources to point to a Network Load Balancer that will send the mirrored traffic to monitoring instances.
Configure VPC flow logs with additional custom format fields Store the logs in Amazon S3.
Configure VPC flow logs with additional custom format fields Store the logs in Amazon CloudWatch Logs.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
The other options are less cost-effective:
Option A does not allow you to capture the custom fields you need (vpc-id, subnet-id, and tcp-flags). Option B, Traffic Mirroring, would involve a considerable overhead in terms of infrastructure and cost. Traffic Mirroring copies all traffic (not just metadata), which can be massive, and it requires additional resources to capture and process that traffic. Option D is less cost-effective for long-term, infrequently accessed storage because Amazon CloudWatch Logs is more expensive than Amazon S3 for these use cases.
👍 4Certified1012023/08/03 - 👍 1ISSDoksim2023/07/27
シャッフルモード