IaC Explained: A Beginner's Guide to its Implementation and Advantages
In the past, when you needed to deploy an application to a server, you had to acquire a server, set it up, install all the required software, and configure these programs to prepare the application for execution. In an enterprise environment? This sa...
thatladydev.hashnode.dev6 min read
Alexandre Nedelec
Always learning to become a better software developer.
I completely agree with you for the advantages. Well said. However I think talking only about templates using DSLs is a bit restrictive. Although DSLs are mostly used to author infrastructure code, there are other solutions that take advantage of existing programming languages (along with their tools, IDEs, ecosystem) to write infrastructure code: Pulumi, AWS CDK and Terraform CDK for instance.