Remix.run Logo
jay_kyburz 4 days ago

Also me. Every 10 years my domains expire, and I can just pay a few hundred bucks again and forget about it, or I can do a bunch of work to move them somewhere and adjust A records and fuck around with stuff I don't remember and potentially have downtime.

UltraSane 4 days ago | parent [-]

Use AWS Route53 it is so much better.

koakuma-chan 4 days ago | parent [-]

Better than CF?

UltraSane 4 days ago | parent [-]

If you mean cloudflare I have never used it.

koakuma-chan 4 days ago | parent [-]

Check it out, it's much easier to use and they don't charge any markup.

UltraSane 4 days ago | parent [-]

One thing I like about Route53 is how granular the permission can be. This lets you automate things more easily and securely.

koakuma-chan 4 days ago | parent [-]

Yeah AFAIK people use Route53 when, e.g., there is a need to automate making subdomains for customers and stuff like that.

UltraSane 4 days ago | parent [-]

IAM permissions are almost always a pain to get right but they can be so useful when you can create an API key with permissions to do only exactly what it needs to do.