We have a simple cloud formation file in a YAML format. There are couple of parameters that need to be passed to this template. We want to make sure the parameters that are being passed are based on whether it is a PROD/Test environment. Here is the sample simple S3 upload file template AWSTemplateFormatVersion: 2010-09-09 … Continue reading Cloudformation YAML file pass parameters
Tag: AWS
Startup template for cloud formation
If you are looking for some good startup templates for cloud formation, I found this repository from acloud.guru website a good starting place. The templates provided gives a startup template on how to spin an EC2 instance. Of course there have to be more building blocks to it. But to kickstart for a demo or a … Continue reading Startup template for cloud formation
