CDK - creating an ECS cluster
Intro There are multiple container technologies available in AWS, this post focuses on ECS, the Elastic Container Service. This service is interesting because it’s not kubernetes based. This means that the service is typically simpler to get up and running, and is easier to work with. It also fits development workflows a lot better than many kubernetes distributions out there. This post is about how to set up ECS using AWS’ own CDK toolkit....