AWS Route 53
Verify your domain on Route 53 with Resend.
Add Domain to Resend
First, login to your Resend Account and add a domain.
It is a best practice to use a subdomain (updates.example.com) instead of the root domain (example.com). This allows for proper reputation segmentation based on topics or purpose (e.g. transactional and marketing).
Login to Route 53
Then, login to your AWS Management Console, and open Route 53 console, then click on your domain name. From there, click on Create Record
.
Add MX SPF Record
- Type in
send
for theRecord name
. - Select the
Record type
dropdown, and chooseMX
. - Copy the MX Value from your domain in Resend into the
Value
field. - Be sure to include the
10
in theValue
field, as seen in the screenshot.
Omit your domain from the record values in Resend when you paste. Instead of
send.example.com
, paste only send
(or send.subdomain
if you’re using a
subdomain).
Below is a mapping of the record fields from Resend to Route 53:
Route 53 | Resend | Example Value |
---|---|---|
Record Type | Type | MX Record |
Record name | Name | send |
Value | Value & Priority | 10 feedback-smtp.us-east-1.amazonses.com |
TTL | - | Use Route 53 Default (300) |
Routing policy | - | Simple routing |
Route 53 does not label the priority
column, and you will need to add this
in to the Value
section, as shown in the screenshot. Do not use the same
priority for multiple records. If Priority 10
is already in use, try a
number slightly higher like 11
or 12
.
Add TXT SPF Record
In the same section, choose Add another record
:
- Type in
send
for theRecord name
. - Click the
Record type
dropdown. - Select the
Record type
dropdown, and chooseTXT
. - Copy TXT Value from your domain in Resend into the
Value
field.
Below is a mapping of the record fields from Resend to Route 53:
Route 53 | Resend | Example Value |
---|---|---|
Record type | Type | TXT Record |
Record name | Name | send |
Value | Value | "v=spf1 include:amazonses.com ~all" |
TTL | - | Use Route 53 Default (300) |
Routing policy | - | Simple routing |
Omit your domain from the record values in Resend when you paste. Instead of
send.example.com
, paste only send
(or send.subdomain
if you’re using a
subdomain).
Add TXT DKIM Records
In the same section, choose Add another record
:
- Type in
resend._domainkey
for the theRecord name
. - Change the
Record Type
toTXT
. - Copy the TXT Value value from your domain in Resend to the
Value
text box. - Click on
Create Records
.
Below is a mapping of the record fields from Resend to Route 53:
Route 53 | Resend | Example Value |
---|---|---|
Record type | Type | TXT Record |
Record name | Name | resend._domainkey |
Value | Value | p=MIGfMA0GCSqGSIbRL/a21QojogA+rYqIQXB/3DQEBDAQAB |
TTL | - | Use Route 53 Default (300) |
Routing policy | - | Simple routing |
Omit your domain from the record values in Resend when you paste. Instead of
resend._domainkey.example.com
, paste only resend._domainkey
(or
resend._domainkey.subdomain
if you’re using a subdomain).
Complete Verification
Now click Verify DNS Records on your Domain in Resend. It may take up to 5 hours to complete the verification process (often much faster).
Troubleshooting
If your domain is not successfully verified, these are some common troubleshooting methods.