Sha256: df7031522678887a2af2dc97b0ee58ee98cf3f4d2d0977c88161a7b7ae218ebc
Contents?: true
Size: 525 Bytes
Versions: 19
Compression:
Stored size: 525 Bytes
Contents
Ufo provides a command to scale up and down an ECS service quickly. It is a simple wrapper for `aws ecs update-service --service xxx ----desired-count xxx`. Here's an example of how you use it: $ ufo scale hi-web 3 Scale hi-web service in stag cluster to 3 While scaling via this method is quick and convenient the [ECS Service AutoScaling](http://docs.aws.amazon.com/AmazonECS/latest/developerguide/service-auto-scaling.html) that is built into ECS is a much more powerful way to manage scaling your ECS service.
Version data entries
19 entries across 19 versions & 1 rubygems