1.0.1 • Published 7 years ago

ecs-copy-service v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ecs-copy-service

Command line tool to copy an AWS ECS service to another service with the same name. Ideal for creating a 'canary service' to run against the same ELB/Target group. All properties of the service will be copied except the name.

Example

$ ecs-copy-service --cluster my-ecs-cluster --service my-ecs-service --serviceCopyName my-ecs-service-copy