2 Answers
- Newest
- Most votes
- Most comments
1
Hi,
I would look into configuration set https://docs.aws.amazon.com/ses/latest/dg/using-configuration-sets.html where you can send various data related to emails to a kinesis data firehose, which then can send data to s3.
You also can send data to cloudwatch as pointed out below: https://docs.aws.amazon.com/ses/latest/dg/monitor-sending-using-event-publishing-setup.html
Hope it helps ;)
1
Output to S3 using Kinesis Data Firehose
The following blog is in Japanese, but contains example settings
https://zenn.dev/isseeeeey55/articles/61b350c27e1040
Relevant content
- asked 3 years ago
- asked a year ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 months ago
Thanks, this is very helpful.