Remix.run Logo
GuinansEyebrows 2 days ago

> Translation: The AWS interface is so horrendously complicated that we now need an AI to navigate it.

that's because infrastructure is complicated. the AWS console isn't that bad (it's not great, and you should just use terraform whenever possible because clickops is dull, error-prone work); there's just a lot to know in order to deploy infrastructure cost-effectively.

this is more like "we don't want to hire infra engineers who know what they're doing so here's a tool to make suggestions that a knowledgeable engineer would make, vet and apply. just Trust Us."

nuker a day ago | parent [-]

> and you should just use terraform whenever possible

Or CloudFormation, cleaner, reusable, easy to read/write, less LOC than TF :)