简体   繁体   English

AWS Cloudwatch Guardduty链接

[英]AWS Cloudwatch Guardduty link

In AWS, I am trying to detect Critical alerts in Guardduty and configure cloudwatch which will trigger mails when there is a critical alert in guardduty. 在AWS中,我试图检测Guardduty中的严重警报并配置cloudwatch,以在Guardduty中存在严重警报时触发邮件。 I found a link http://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings_cloudwatch.html which uses Lambda to create fuctions which will do that but I was looking for more simpler ways without AWS lamda. 我找到了一个链接http://docs.aws.amazon.com/guardduty/latest/ug/guardduty_findings_cloudwatch.html ,该链接使用Lambda创建可以实现此功能的功能,但是我一直在寻找没有AWS lamda的更简单方法。

Is there is a way to directly configure a cloudwatch alarm which will keep an eye on Guardduty and can use SNS notifications to send mails to desired team. 有没有一种方法可以直接配置cloudwatch警报,它将监视Guardduty并可以使用SNS通知将邮件发送给所需的团队。

I implemented the CloudWatch event as described in the link you posted. 我按照您发布的链接中所述实施了CloudWatch事件。 I get alerts via SNS. 我通过SNS收到警报。 No Lambda required (although you COULD trigger a Lambda function instead of SNS if you wanted). 不需要Lambda(尽管您可以根据需要触发Lambda函数而不是SNS)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM