ecs-copy-service
v1.0.1
Published
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
Downloads
15
Readme
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