Hacker News new | ask | show | jobs
by g9yuayon 1340 days ago
> Terraform to create the IAM policies: 4 weeks

In Netflix more than 10 years ago, it's more like this: a single engineer builds a deployment/management tool: 1 - 2 months. Every other engineer creates a new and fully configured cluster: minutes.

Seriously, can we please get over the fetish of using anything this DSL that YAML or whatever "specification language"? Such tools are powerful, flexible, but should not have a place for engineers who just want to provision resources. The tools violate almost every UX principles, in particular the following:

- Discoverability. Very little. One has to read tons of docs and SO posts to figure out what needs to be done. You want to pass in some environment variables? A typical answer from those who use Nomad/TFE: easy, just pass in this 200 lines of Jinja template. Really? Really? You call this ease of freaking use?

- Affordance. None.

- Constraints. If you call the errors only after you submit your 1000-line yaml scripts.

- Consistency. Maybe, but still, embedding a Jinja template to pass in variable is an insult to UX.

It's a unrepentable sin to ask me to learn your shit.