Does setting the refresh time in an SOA record make newly created DNS records "propagate" faster? (I understand the term propagate is technically inaccurate)
I'm making many new DNS records (A records to assign subdomains to each new user on the site), and I'd like for that subdomain to be available ASAP after a user signs up. So I'm looking for ways to speed up the rate at which DNS servers check for new DNS records.
Is this possible with the refresh time in the SOA? Or somewhere else?
GetChangeAPI action that you can poll until the change set changes fromPENDINGtoINSYNC. At that point (and usually a few seconds sooner), any Route 53 server should return the new record when queried. – Michael - sqlbot Mar 27 '18 at 00:34