You can configure the AWS Simple
Notification Service (SNS) to notify you when a scan occurs. The
notification can be an email, text message, or another type of notification that you
define in SNS. The procedure below describes how to set up email notifications.
Procedure
- In AWS, go to the Simple Notification Service.
- On the left, select Topics.
- In the main pane, enter
ScanResultTopic
and select File Storage Security's SNS ScanResultTopic. - Select Create subscription.
- Leave the Topic ARN field as-is. It is populated with the ARN of the ScanResultTopic.
- From the Protocol drop-down list, select Email.
- In the Endpoint field, enter an email address that will be notified when a scan occurs.
- Select Create subscription.
- Test that the email notification works as follows:
- Add a file to the S3 bucket to scan.
- Verify that an email was sent.
What to do next
If you don't want to set up notifications with email, you can instead create a
Lambda function to notify you when scans occur.
For details of the scan result format in
ScanResultTopic
, see scan result
format.