- Newest
- Most votes
- Most comments
The issue you're experiencing with the SOA (Start of Authority) serial number not incrementing and remaining at "1" is unusual for Route 53, as it typically manages this automatically. However, there are a few steps you can take to address this problem:
-
Manually update the SOA serial number: You can try to manually edit the SOA record in your Route 53 hosted zone. Use the format YYYYMMDDNN (Year, Month, Day, and a two-digit number) for the serial. For example, if today is July 30, 2023, you could set it to 2023073001. This should resolve the "SOA Serial Number Format is Invalid" warning.
-
Increment the serial number: If manually setting the serial number doesn't work, try incrementing it by 1. For example, if it's currently set to 1, change it to 2.
-
Ensure consistency across SOA records: If you have multiple SOA records, make sure the serial numbers are consistent across all of them.
-
Recreate the hosted zone: If the above steps don't resolve the issue, you may need to recreate the hosted zone. Before doing this:
- Export all your existing DNS records.
- Note down the current name servers associated with your domain.
To recreate the hosted zone: a. Create a new hosted zone for your domain in Route 53. b. Import all your DNS records into the new zone. c. Update the name servers for your domain to match those of the new hosted zone. You can do this in the Route 53 console under the domain's registration settings.
Be aware that recreating the hosted zone will result in new name servers being assigned. You'll need to update these at your domain registrar, which could cause some temporary DNS resolution issues during propagation (up to 48 hours, though often much faster).
-
Verify DNS propagation: After making changes, use tools like 'dig' or online DNS lookup services to verify that your changes are propagating correctly.
If these steps don't resolve the issue, you may need to contact AWS Support for further assistance, as there could be an underlying problem with the Route 53 service for your specific hosted zone.
Sources
SOA Serial Number Format is Invalid | AWS re:Post
recover hosted zones | AWS re:Post
I transferred the domain to Route 53 and created a DNS zone, but unable to verify using txt record. | AWS re:Post
Relevant content
- asked 9 months ago
- asked 7 months ago
- AWS OFFICIALUpdated 2 years ago