AWS Route 53 setup
Operations
Adding myagentmail's records to an existing Route 53 hosted zone.
- Open the Route 53 console. Click Hosted zones and select your domain.
- Click Create record for each record.
- For the DKIM TXT record:
- Record name: the selector prefix (e.g.
1234567._domainkey) - Record type: TXT
- Value: the full
k=rsa; p=...value, wrapped in quotes. Route 53 splits long TXT into chunks automatically. - TTL: 300
- Record name: the selector prefix (e.g.
- For the CNAME bounce record: record name
bounce, typeCNAME, value as returned. - For the MX record: record name is the subdomain (e.g.
mail) or the root, typeMX, value10 mail.myagentmail.com.— note the priority prefix and trailing dot. - Save and wait for propagation.