1 Answer
- Newest
- Most votes
- Most comments
7
Hello,
I’m not an SES expert, but as far as I know, it’s not possible to limit email sending directly from SES based on the sender’s IP. However, there are some workarounds you could consider:
- You can create a Lambda function to act as a filter for incoming requests. This function can check the source IP and decide whether to allow the email-sending process to proceed.
- Set up CloudWatch metrics and alarms to monitor the sending activity. While this won’t block IPs directly, it can help you identify unusual behavior and take manual or automated actions.
I hope this helps! 😊
answered 24 days ago
Relevant content
- asked 2 months ago
- Accepted Answerasked 2 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 3 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 2 years ago