Amazon Web Services DVA-C02 Question Answer
A developer at a company needs to send email notifications to the company’s application security team each time an object is deleted from an Amazon S3 bucket named amzn-s3-demo-bucket. The developer uses Amazon EventBridge and Amazon SNS to send the notifications. The developer creates the following EventBridge rule:
{ " source " : [ " aws.s3 " ], " detail-type " : [{ " suffix " : " Deleted " }] }
The security team reports that it receives email notifications about objects being deleted from S3 buckets other than amzn-s3-demo-bucket. The security team also receives notifications when other S3 events happen across all buckets in the company’s AWS account.
The developer needs to modify the EventBridge rule to ensure that the security team receives email notifications only when an object is deleted from the amzn-s3-demo-bucket S3 bucket.
Which solution will meet this requirement?

