Amazon Route 53 DNS Guide
Configure WaxForward DNS records using AWS Route 53.
Amazon Route 53 DNS Guide
If your domain’s DNS is hosted in AWS Route 53, follow this tutorial.
Video Tutorial
WaxForward: Route 53 DNS Setup
1. Log into AWS Console
- Open https://console.aws.amazon.com and sign in.
- Navigate to Services → Route 53 → Hosted zones.
- Click on your domain’s hosted zone (e.g.,
yourdomain.com
).
2. Add WaxForward Records
-
Click Create record.
-
MX Record
- Record type:
MX
- Record name: (leave blank or enter
@
) - Value:
10 mx.waxforward.com.
(include trailing dot) - TTL:
300
- Click Create records.
- Record type:
-
SPF TXT Record
- Click Create record.
- Record type:
TXT
- Record name: (leave blank or
@
) - Value:
"v=spf1 include:amazonses.com ~all"
- TTL:
300
- Click Create records.
-
DKIM CNAME (repeat 3×)
- Click Create record.
- Record type:
CNAME
- Record name:
dkim1._domainkey
- Value:
dkim1.waxforward.com.
(include trailing dot) - TTL:
300
- Click Create records.
Repeat for
dkim2._domainkey → dkim2.waxforward.com.
anddkim3._domainkey → dkim3.waxforward.com.
.
3. Validate & Verify
- Wait up to 5 minutes for AWS to propagate changes.
- In the WaxForward Dashboard, under Domains → Pending Verification, click Check Now.
- When all checks pass, your domain status will read Active.
4. Common Route 53 Tips
- Trailing Dot: Route 53 requires a trailing “.” at the end of any FQDN (e.g.,
dkim1.waxforward.com.
). - Delete Old Records: Remove any obsolete MX or TXT entries to avoid conflicts.
- Record TTL: We recommend
300
during setup for faster propagation; you can raise it later once everything is stable.