Open RyanBowlby-Reflektion opened 7 years ago
Support for ECS would be amazing. Perhaps as a runtime flag:
aws-fuzzy-finder --ecs
Then instead of searching by EC2 Name, we instead search by ECS Service Name. It then logs you into a shell of the continer (docker exec -it HASH sh).
docker exec -it HASH sh
There does not currently exist a good util for gaining shell on ECS services.
Hi, this is a good idea! We are accepting PRs so feel free to open one.
Support for ECS would be amazing. Perhaps as a runtime flag:
aws-fuzzy-finder --ecs
Then instead of searching by EC2 Name, we instead search by ECS Service Name. It then logs you into a shell of the continer (
docker exec -it HASH sh
).There does not currently exist a good util for gaining shell on ECS services.