aws / amazon-ecs-cli

The Amazon ECS CLI enables users to run their applications on ECS/Fargate using the Docker Compose file format, quickly provision resources, push/pull images in ECR, and monitor running applications on ECS/Fargate.
https://docs.aws.amazon.com/AmazonECS/latest/developerguide/ECS_CLI.html
Other
1.77k stars 302 forks source link

Question: can I override the location of config and credential files? #1146

Open rulatir opened 2 years ago

rulatir commented 2 years ago

Is it possible to override the location of the config and credentials files to a chosen location different from ~/.ecs/?

Motivation: I really, really need to isolate the configuration for a particular use case, and I would prefer to avoid having to run ecs-cli in a container.