AWS ECS
Consul service mesh applications can be deployed on AWS Elastic Container Service (ECS) using either our official Terraform modules or without Terraform by manually configuring the task definition.
Service Mesh
Using Consul on AWS ECS enables you to add your ECS tasks to the service mesh and take advantage of features such as zero-trust-security, intentions, observability, traffic policy, and more.
Architecture
Consul on ECS follows an architecture similar to other platforms, but each ECS task is a Consul node. An ECS task runs the user application container(s), as well as a Consul client container for control plane communication and an Envoy sidecar proxy container to faciliate data plane communication for Consul Connect.
For a detailed architecture overview, see the Architecture page.
Getting Started
There are several ways to get started with Consul with ECS.
- The Serverless Consul Service Mesh with ECS and HCP learn guide shows how to use Terraform to run Consul service mesh applications on ECS with managed Consul servers running in HashiCorp Cloud Platform (HCP).
- The Service Mesh with ECS and Consul on EC2 learn guide shows how to use Terraform to run Consul service mesh applications on ECS with Consul servers running on EC2 instances.
- The Consul with Dev Server on Fargate example installation deploys a sample application in ECS using the Fargate launch type.
- The Consul with Dev Server on EC2 example installation deploys a sample application in ECS using the EC2 launch type.
Refer to the Requirements and use one of the following sets of instructions when you’re ready to install Consul on an existing ECS cluster and add tasks to the service mesh: