telepresence like alternative in AWS ECS Farget Cluster?

587 Views Asked by At

I have been working with Kubernetes for container orchestration and I have been using telepresence for swapping deployments from local to dev cluster and works like a charm. This also helps me in testing and fast iterations as I do not have to build and wait for my code to be deployed to the dev cluster.

Recently I switched to ECS and I have been wondering if there is a way to swap services from ECS Farget dev cluster to service running locally on my laptop.

1

There are 1 best solutions below

1
On BEST ANSWER

No, there is no such possibility. Here's a blog post regarding testing ECS containers locally:

A Guide to Locally Testing Containers with Amazon ECS Local Endpoints and Docker Compose