Category: github, yaml

Did you know that you can implement CI/CD for your CloudFormation templates? Continuous integration and continuous deployment (CI/CD) pipeline path ensures that your CloudFormation templates do what you expect, helps you validate the incorrect syntax and checks that they are following company policies in terms of security.

Then you can run test: TaskCat deploys your AWS CloudFormation template in multiple AWS Regions and generates a report with a pass/fail grade for each region. You can specify the regions and number of Availability Zones you want to include in the test, and pass in parameter values from your AWS CloudFormation template.

Now you need to configure Environment, where you tests and build, will run.I selected standard Docker image managed by Amazon.

Related Articles