Is It Feasible to Build an Enterprise Email Service on AWS?

0
7
Asked By TechScribe21 On

I'm exploring whether I can create an enterprise-only email service similar to Gmail or Outlook using only AWS resources. My reasoning is that since it's limited to enterprises, there should be more control over user sign-ups, manageable organizational structures, and a significant amount of internal email traffic. I haven't worked much with email services on AWS, but I have a few concerns:

- Getting out of the SES sandbox seems tricky. Are user-initiated emails categorized as transactional? Can SES handle this?
- I've noticed port 25 is blocked or throttled on AWS's compute services.
- WorkMail appears to be suitable but costs $4 per user monthly, which adds up.

Do you think setting this up is achievable? Has anyone successfully done it? If so, what approach did you take?

1 Answer

Answered By CloudGuru42 On

Totally possible! If you're looking to operate your own service, remember to bring your own IPs and communicate with AWS support. It should work if you play by their rules, though I haven't personally tried it out.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.