- Newest
- Most votes
- Most comments
Since you are on the Free Tier and cannot contact AWS Support directly, the advice from the re:Post Agent is technically correct but practically difficult. Here are three ways to resolve or bypass this "stale edge routing" issue yourself:
1. Force a Backend Refresh via GitHub
The AWS Amplify hosting team monitors their GitHub repository specifically for issues like this that users can't fix themselves.
- Go to: aws-amplify/amplify-hosting/issues
- Open a new issue with the title: "Stale Edge Routing: Apex domain pointing to deleted app in different region".
- Include your App ID, Region, and the Domain Name.
- The engineers there can often manually clear the internal cache for you.
2. „Cloudflare/Route53" Bypass
The issue persists because GoDaddy's static A-records point to a generic Amplify entry point. If you move your DNS management (Nameservers) to Cloudflare (Free) or Route 53
- You can use CNAME Flattening (Cloudflare) or ALIAS records (Route 53) for the apex domain.
- Instead of pointing to the static IPs (3.33...), you point your apex domain directly to the unique CloudFront distribution URL provided by your new Amplify app (e.g., d3sbiz...cloudfront.net).
- This completely bypasses Amplify's problematic internal IP-routing table.
3. 48-Hour Hard Reset If you want to stay with GoDaddy:
- Remove the custom domain from the Amplify console entirely.
- Wait at least 48 hours. This is often necessary for the global internal TTL of the Amplify edge config to fully purge.
- Re-add the domain. This sometimes triggers a fresh propagation across all edge locations.
Summary: If you need it fixed ASAP without Support Plan, I guess Option 1 (GitHub) is your best bet to get an AWS engineer's attention.
This is a known edge routing issue that occurs when reusing a custom domain after deleting an Amplify app. The problem is that Amplify's internal edge routing table hasn't been updated to point your apex domain to the new app, causing traffic to still route to the old (now deleted) app's infrastructure.
Since you're using GoDaddy which doesn't support ALIAS/ANAME records for the apex domain, and the locked A records are pointing to Amplify's standard IP addresses that route through Amplify's edge layer, you're encountering the routing table issue at Amplify's edge infrastructure level—not at the DNS level.
The solution requires AWS Support intervention. This is not something you can resolve through the Amplify console or by recreating the app. You need to contact AWS Support and provide them with:
- Your new app ID (d2oktj4sxkfk68)
- The custom domain (livingpatternsreadings.com)
- The region (us-east-1)
- Details that the apex domain is routing to old infrastructure while the www subdomain works correctly
AWS Support will need to manually update Amplify's internal edge routing table to map your apex domain to the new app's infrastructure. This is a backend operation that only AWS can perform.
Workaround until resolved: Since your www subdomain works correctly, you could temporarily use an Amplify rewrite rule to redirect all apex traffic to www, but as you've discovered, this won't work because the traffic never reaches your new app's edge. The GoDaddy forwarding you tried has the same limitation—it only handles the root path.
The intermittent behavior you're seeing (working on some browsers) is likely due to browser caching of successful redirects or cached DNS responses, not actual resolution of the underlying routing issue.
Contact AWS Support through your AWS account to get the edge routing table updated for your domain.
Relevant content
- asked 2 years ago
- asked 2 years ago
- asked 5 years ago
- AWS OFFICIALUpdated a month ago
- AWS OFFICIALUpdated 4 years ago
