We use cookies on this site to enhance your user experience. You accept to our cookies if you continue to use this website.

Projects

A short overview of projects I have created in my spare time and try to keep up to date.

CFC - CloudFormation Compiler

A simple tool written in Node.js that helps you “compile” static variables or snippets in your AWS CloudFormation template. When you start working frequently with AWS CloudFormation you often come up against limits. One of these limits is the handling of reusable components. For example, if you want to define several EC2 instances with the same user data script, and if you want to maintain this script only on one place and not per EC2 instance. Or if you want to use static variables in a CloudFormation template at several places.

This project tries to offer a solution for exactly these problems.

CFC sample teminal animation

Links: