0
votes

Setup: Node.js app running on EC2 Linux box. No outbound rules currently defined

Goal: To allow Node.js app to send email using AWS SES (via aws-sdk).

Issue: Cannot send email(running into timeout errors)

How should I go about setting up the EC2 security to only allow sending of emails via AWS SES?

1

1 Answers