/ecs_locator

Simple util to list ECS clusters and services and get commonly required details about the instances they run on.

Primary LanguagePython

ecs_locator

AWS credentials need to be int ~/.aws/credentials

Usage:

python3 ecs_locator.py - list all ECS clusters.

python3 ecs_locator.py CLUSTERNAME - list all services on the cluster.

python3 ecs_locator.py CLUSTERNAME SERVICENAME - show details about the instance(s) that the service is running on.