New CloudFormation Templates - ECS Cluster & Service, legacy VPC wrapper, automated tests

Michael Wittig – 28 Feb 2017

We released v3 of our free and open source CloudFormation templates. This release brings:

you can read the full Changelog on GitHub.

ECS

EC2 Container Service (ECS) is a highly scalable, fast, container management service that makes it easy to run, stop, and manage Docker containers on a cluster of Amazon EC2 instances. To run an application on ECS you need the following components:

We provide you templates for the ECS cluster and the service. You need to publish the Docker image.

ECS cluster

This template describes a fault tolerant and scalable ECS cluster on AWS. The cluster scales the underlying EC2 instances based on memory and CPU reservation. In case of a scale down, the instance drains all containers before it is terminated.

Architecture

The diagram was created with Cloudcraft - Visualize your cloud architecture like a pro.

Install free template

ECS service

This template describes a fault tolerant and scalable ECS service on AWS. The service scales based on CPU utilization.

The image needs to expose port 80 or the AWS::ECS::TaskDefinition needs to be adjusted!

We provide two service templates:

  • service-cluster-alb.yaml uses the cluster’s load balancer and path based routing. If you want to run multiple services on the same cluster they all will use the same domain name but start with different paths (e.g. https://yourdomain.com/service1/ and https://yourdomain.com/service2/).
  • service-dedicated-alb.yaml includes a dedicated load balancer (ALB). You can then use a separate domain name for each service.

Using the cluster’s load balancer and path based routing

This template describes a fault tolerant and scalable ECS service that uses the cluster’s load balancer and path based routing.

Architecture

The diagram was created with Cloudcraft - Visualize your cloud architecture like a pro.

Install free template

Using a dedicated load balancer for the service

This template describes a fault tolerant and scalable ECS service that uses a dedicated load balancer for the service.

Architecture

The diagram was created with Cloudcraft - Visualize your cloud architecture like a pro.

Install free template

VPC legacy wrapper

If you have an existing VPC you can wrap it into our required form using a legacy VPC wrapper.

Install free template

Automated tests

The goal of the tests is to ensure that our templates are always working. The test are implemented in Java 8 and run in JUnit 4.

If you run this tests, many AWS CloudFormation tests are created and charges will apply!

widdix GmbH sponsors the test runs on every push and once per week to ensure that everything is working as expected.

Discover the tests

Support

We offer support for our CloudFormation templates: setting up environments based on our templates, adopting templates to specific use cases, resolving issues in production environments. Hire us!

Michael Wittig

Michael Wittig

I’ve been building on AWS since 2012 together with my brother Andreas. We are sharing our insights into all things AWS on cloudonaut and have written the book AWS in Action. Besides that, we’re currently working on bucketAV, HyperEnv for GitHub Actions, and marbot.

Here are the contact options for feedback and questions.