๐๏ธ ECS Deployments Overview
An overview of ECS components and deployment steps.
๐๏ธ 1 - Harness ECS Delegate
Set up a Harness Delegate for ECS deployments.
๐๏ธ 2 - ECS Connectors and Providers Setup
Describes how to connect Harness to your artifact repository and to your target AWS ECS cluster.
๐๏ธ 3 - ECS Services
Create a Harness Service for your artifacts and ECS container and service specifications.
๐๏ธ 4 - ECS Environments
Create a Harness Environment to identify the target AWS VPC for your ECS deployment.
๐๏ธ 5 - ECS Basic and Canary Workflows
Create a Workflow to deploy your ECS services.
๐๏ธ 6 - ECS Blue/Green Workflows
Learn different ways to create Blue/Green ECS deployments.
๐๏ธ 7 - ECS Setup in YAML
Learn how to set up and manage Harness ECS deployments using YAML.
๐๏ธ 8 - ECS Troubleshooting
General troubleshooting steps for ECS deployments.
๐๏ธ Deploy Multiple ECS Sidecar Containers
Deploy multiple containers and images using a single Harness ECS Service and Workflow.
๐๏ธ Run an ECS Task
In addition to deploying tasks as part of your standard ECS deployment , you can use the ECS Run Task step to run individual tasks separately as a step in your ECS Workflow. The ECS Run Task step isโฆ
๐๏ธ Use Remote ECS Task and Service Definitions in Git Repos
As an alternative to entering your ECS task and/or service definitions inline , you can use your Git repo for task and/or service definition JSON files. At deployment runtime, Harness will pull theseโฆ