New: Manage Free Templates for AWS CloudFormation with the widdix CLI

Fargate runs highly scalable containers scheduled by the EC2 Container Service (ECS). To run an application on Fargate you need the following components:

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

Fargate cluster

This template describes a fault tolerant and scalable Fargate cluster on AWS.

Installation Guide

  1. Launch Stack
  2. Click Next to proceed with the next step of the wizard.
  3. Specify a name and all parameters for the stack.
  4. Click Next to proceed with the next step of the wizard.
  5. Click Next to skip the Options step of the wizard.
  6. Check the I acknowledge that this template might cause AWS CloudFormation to create IAM resources. checkbox.
  7. Click Create to start the creation of the stack.
  8. Wait until the stack reaches the state CREATE_COMPLETE

Dependencies

Fargate service

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

We provide two service templates: service-cluster-alb.yaml uses the cluster's load balancer and path and/or host based routing. service-dedicated-alb.yaml includes a dedicated load balancer (ALB).

Using the cluster's load balancer and path and/or host based routing

This template describes a fault tolerant and scalable Fargate service that uses the cluster's load balancer and path and/or host based routing for incoming traffic.

Installation Guide

  1. This templates depends on our cluster.yaml template. Launch Stack
  2. Launch Stack
  3. Click Next to proceed with the next step of the wizard.
  4. Specify a name and all parameters for the stack.
  5. Click Next to proceed with the next step of the wizard.
  6. Click Next to skip the Options step of the wizard.
  7. Check the I acknowledge that this template might cause AWS CloudFormation to create IAM resources. checkbox.
  8. Click Create to start the creation of the stack.
  9. Wait until the stack reaches the state CREATE_COMPLETE

Dependencies

Using a dedicated load balancer for the service

This template describes a fault tolerant and scalable Fargate service that uses a dedicated load balancer for incoming traffic.

Installation Guide

  1. This templates depends on our cluster.yaml template. Launch Stack
  2. Launch Stack
  3. Click Next to proceed with the next step of the wizard.
  4. Specify a name and all parameters for the stack.
  5. Click Next to proceed with the next step of the wizard.
  6. Click Next to skip the Options step of the wizard.
  7. Check the I acknowledge that this template might cause AWS CloudFormation to create IAM resources. checkbox.
  8. Click Create to start the creation of the stack.
  9. Wait until the stack reaches the state CREATE_COMPLETE

Dependencies