Question 233:
A secure payment application is deployed on the EC2 instance in VPC. This application server is accessed by the internal team & vendors for uploading security patches. You have a security group policy that allows only SSH to this application from all IP subnets. The Security Team needs to get notified when more than Fifty SSH login attempts were recorded from unknown IP addresses in an hour. Which of the following solution can be deployed with the least cost to meet this requirement?
Answer options:
A.Create a VPC Flow logs for the Server network interface. Export flow logs to Amazon S3 bucket with Lifecycle management policies. Create a CloudWatch alarm for this bucket which will notify the Security Team when a number of failed SSH login attempts breaches the threshold value. B.Create a VPC Flow logs for VPC in which the Server instance is launched. Export flow logs to Amazon S3 bucket with Lifecycle management policies. Create a CloudWatch alarm for this bucket which will notify the Security Team when a number of failed SSH login attempts breaches the threshold value. C.Create a VPC Flow logs for VPC in which the Server instance is launched. Export flow logs to CloudWatch Logs. Create a cloudwatch metric and trigger an alarm that will notify the Security Team when a number of failed SSH login attempts breaches the threshold value. D.Create a VPC Flow logs for the Server network interface. Export flow logs to CloudWatch Logs. Create a Cloudwatch metric and trigger an alarm that will notify the Security Team when a number of failed SSH login attempts breaches the threshold value.