SCS-C02 · Question #273
A company's web application is hosted on Amazon EC2 instances running behind an Application Load Balancer (ALB) in an Auto Scaling group. An AWS WAF web ACL is associated with the ALB. AWS…
The correct answer is D. Configure the web ACL to send logs to Amazon Kinesis Data Firehose, which delivers the logs to. You send logs from your web ACL to an Amazon Kinesis Data Firehose with a configured storage destination. After you enable logging, AWS WAF delivers logs to your storage destination through the HTTPS endpoint of Kinesis Data Firehose…
Question
A company's web application is hosted on Amazon EC2 instances running behind an Application Load Balancer (ALB) in an Auto Scaling group. An AWS WAF web ACL is associated with the ALB. AWS CloudTrail is enabled, and stores logs in Amazon S3 and Amazon CloudWatch Logs. The operations team has observed some EC2 instances reboot at random. After rebooting, all access logs on the instances have been deleted. During an investigation, the operations team found that each reboot happened just after a PHP error occurred on the new-user-creation.php file. The operations team needs to view log information to determine if the company is being attacked. Which set of actions will identify the suspect attacker's IP address for future occurrences?
Options
- AConfigure VPC Flow Logs on the subnet where the ALB is located, and stream the data
- BConfigure the CloudWatch agent on the ALB
- CConfigure the ALB to export access logs to an Amazon Elasticsearch Service cluster, and use the
- DConfigure the web ACL to send logs to Amazon Kinesis Data Firehose, which delivers the logs to
How the community answered
(36 responses)- A3% (1)
- B11% (4)
- C6% (2)
- D81% (29)
Explanation
You send logs from your web ACL to an Amazon Kinesis Data Firehose with a configured storage destination. After you enable logging, AWS WAF delivers logs to your storage destination through the HTTPS endpoint of Kinesis Data Firehose. https://docs.aws.amazon.com/waf/latest/developerguide/logging.html
Topics
Community Discussion
No community discussion yet for this question.