Paulo Hgo
Paulo Hgo

Reputation: 860

Add email account to a domain I bought through AWS

I registered a domain using AWS Route 53. Let's say that it's mydomain.com. I want to use SES as an email solution for my app because it's already hosted in AWS anyways.

If i had bought this domain from Google Domains I could easily setup email accounts associated with that domain, like [email protected]. For the life of me, I can't figure out how it's done through AWS. I don't want to use my personal account for SES services.

Here's where I'd do that with Google Domains enter image description here Thanks!

Upvotes: 0

Views: 228

Answers (1)

Mark B
Mark B

Reputation: 200562

The AWS service most similar to Gmail is called Amazon WorkMail.

The SES service is mainly for sending large amounts of email cheaply. Receiving email on SES is mostly for automating processes that need to respond to an email being received, it's not really for general email account usage.

Upvotes: 1

Related Questions