DEV Community

Cover image for Working with AWS CloudFormation - Part 1
Kevin Odongo
Kevin Odongo

Posted on

Working with AWS CloudFormation - Part 1

Hey Dev's

I promised i will publish my first article today. Going through my previous article you will note the list of the contents i will be starting with here covering.

We are going to start with CloudFormation and break it down so you are comfortable working with it. Having good knowledge in any of the products used to build Infrastructre as Code is an added advantage when you are aspiring in working with cloud products.

Terraform allows you to provision your services in almost all the major cloud services. When provisioning products to any cloud services, Infrastructure as Code allows you to have a better strategy of building and destroying. When cleaning up you will be certain you have cleared all the resources you had provisioned.

I will be publishing my articles on medium and dev.to to ensure we reach more users. Here is the link to the first article about CloudFormation.

https://medium.com/@davyod/cbca8403bc8e

Enjoy the article.

Top comments (0)