Level 7 traffic control for consul on AWS ECS

Hello,

All our containers are running on ECS and we want to migrate from App Mesh to consul. I found the example really helpful, but I was not able to find a way to create service router configuration, like it can be created for k8s Service Router configuration reference | Consul | HashiCorp Developer

Hi @dianibar,

You can follow this documentation to manage config entries (including service-routers) on ECS. There is no K8S YAML equivalent config entries for ECS. You have to directly apply them to Consul using HCL or JSON configs.