Introduction AWS CloudFormation is an Amazon service that allows you to manage your infrastructure as code. It lets you describe and provision your AWS resources in a repeatable and automated way, handling dependencies between those resources as well. With CloudFormation, you write templates in JSON or YAML format, which represent Continue Reading