Earlier quoted context omitted.
Is domain registration a big part of your hosting world? Surely anyone can register a domain with anyone and point DNS?
Registrars generally have terrible APIs for managing DNS delegations and ownership details. There are also good reasons to be able to manage DNS zone contents, delegations, and ownership through a single coherent set of APIs.
AWS is not offering Austria's TLD .at for registration
21–30 of 69 posts
Re: AWS is not offering Austria's TLD .at for registration
#22Earlier quoted context omitted.
It isn't just one domain. Big companies can have hundreds or thousands. Having a few percent of these with another vendor means you have to have additional bills (and get those through accounts), logins and the like.
Probably a good idea to keep one service for DNS records and domain hosting, a service that specializes in just that, instead of trying to use one service for everything (like what AWS does). If you try to shoehorn everything into a "all-in-one" solution you often end up with poor solutions overall just to fit it, while if you pick one solution per problem, you end up with the best fit. See also: Unix Philosophy
Re: AWS is not offering Austria's TLD .at for registration
#23If you lose the domain, you lose everything (email, web, services, etc.), possibly permanently, with no option to migrate without losing your domain, branding, SEO position, etc.
e.g.
* Your server got hacked, and your entire account gets blocked
* You get a shock bill from AWS, and lose access to the account because the account is unpaid.
* Also it allows your hosting provider to hold you ransom to payment or you lose everything
Re: AWS is not offering Austria's TLD .at for registration
#24Earlier quoted context omitted.
It isn't just one domain. Big companies can have hundreds or thousands. Having a few percent of these with another vendor means you have to have additional bills (and get those through accounts), logins and the like.
Probably a good idea to keep one service for DNS records and domain hosting, a service that specializes in just that, instead of trying to use one service for everything (like what AWS does). If you try to shoehorn everything into a "all-in-one" solution you often end up with poor solutions overall just to fit it, while if you pick one solution per problem, you end up with the best fit. See also: Unix Philosophy
Re: AWS is not offering Austria's TLD .at for registration
#25Earlier quoted context omitted.
Is that really a big deal though? Register the domain, point the name servers, job done for 5 years.
It isn't just one domain. Big companies can have hundreds or thousands. Having a few percent of these with another vendor means you have to have additional bills (and get those through accounts), logins and the like.
Re: AWS is not offering Austria's TLD .at for registration
#26Earlier quoted context omitted.
Registrars generally have terrible APIs for managing DNS delegations and ownership details. There are also good reasons to be able to manage DNS zone contents, delegations, and ownership through a single coherent set of APIs.
First thing in I do when I register a domain is point its DNS to Digital Ocean nameservers (some registrars even offer this in the signup process - no login or further setup required). That way all my domains are managed under one account irrespective of where they were purchased. They offer every DNS setting you would ever need (unlike some registrars) and their propagation is always super fast. Their API is top not…
Re: AWS is not offering Austria's TLD .at for registration
#27Always register your domain with a different provider. A domain is one of the crown jewels of a company. If you lose the domain, you lose everything (email, web, services, etc.), possibly permanently, with no option to migrate without losing your domain, branding, SEO position, etc. e.g. * Your server got hacked, and your entire account gets blocked * You get a shock bill from AWS, and lose access to the account beca…
Re: AWS is not offering Austria's TLD .at for registration
#28https://aws.amazon.com/route53/domain-registration-agreement... states that they use gandi.net and domainbox.com as registrars, both support .at. So i guess they just forgot about it. Would welcome a better explanation though.
Re: AWS is not offering Austria's TLD .at for registration
#29Anyone have some insights on what a registrar usually needs to do to add a country's TLD? Sounds like it might be the kind of problem that's simple on paper but in practice requires jumping through all kinds of regulatory hoops for each new country. It does seem to be pretty common for registrars to be missing ccTLDs - .ai (for Anguilla), for example, is not supported by some registrars even though it's popular and a…
Re: AWS is not offering Austria's TLD .at for registration
#30Earlier quoted context omitted.
Probably a good idea to keep one service for DNS records and domain hosting, a service that specializes in just that, instead of trying to use one service for everything (like what AWS does). If you try to shoehorn everything into a "all-in-one" solution you often end up with poor solutions overall just to fit it, while if you pick one solution per problem, you end up with the best fit. See also: Unix Philosophy
Route53 also has deeper integrations into Amazon therefore you can 'tag' services in that might change IP (via Elastic IP for example). You could do that with CNAME or ALIAS between the DNS providers but it'd get messy. Otherwise if you rotate an IP then you'll have to manually update the other DNS or write your own glue, or hand over delegation for certain namespaces in the domain in a frankenstein fashion. See also…