Cloud, infrastructure, and lessons from the terminal
Infrastructure as code, sign me up...
Albert Banda
07 July, 2023

There are several Infrastructure as Code tools in the market that follow the principles of IaC, AWS CloudFormation is a proprietary tool to create, manage and automate resources in AWS using text files written in JSON or YAML.
Like any other tool, learning takes time, to get used to the syntax to test and actually start comfortably using this as one of the tools in your toolbag.
Some of the terms, operations, tests and general use will take some time,it is shorter if you already have the basics of IaC well understood.
Feel free to check out the documentation on how to get started and this article on Medium also provides a sample guide.
The benefits of AWS CloudFormation follow the principles of IaC, which include:
template created an EC2 instance last time, it will create an EC2 instance next time, human error is minimizedThere are many more benefits to using CloudFormation and Infrastructure as Code in general, but let us stop here for now and next we look at a few important sections of
CloudFormation;
Thoughts, corrections, questions? Hit send and it goes straight to my inbox.