|
|
|
|
|
by ctvo
988 days ago
|
|
Infrastructure from code is the least exciting development in the evolution of ops I've seen. Helping manage complexity -- great. Pulumi, Terraform, the CDK, all of these infrastructure as code tools help manage complexity. Hiding complexity behind a DSL, via comments attached to methods intermingled with code or annotations -- not great. Some of these implementations are my business logic -> your DSL via annotations or comments -> <Some other IaC DSL> -> CloudFormation -> AWS. At some point the returns are diminished as you add more layers vs. the cost of operating what's generated and trying to debug issues. |
|