Sha256: 4c7ef458a3c427871f290eed266b6e2de1bca432a702ad4d3a3d0a1a18ecd9e4
Contents?: true
Size: 779 Bytes
Versions: 5
Compression:
Stored size: 779 Bytes
Contents
--- title: ufo scale --- Ufo provides a command to quickly scale up and down an ECS service. Here's an example of how you use it: ```sh ufo scale hi-web 3 ``` You should get output similiar to below: ```sh 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. <a id="prev" class="btn btn-basic" href="{% link _docs/ufo-deploy.md %}">Back</a> <a id="next" class="btn btn-primary" href="{% link _docs/ufo-destroy.md %}">Next Step</a> <p class="keyboard-tip">Pro tip: Use the <- and -> arrow keys to move back and forward.</p>
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
ufo-3.1.2 | docs/_docs/ufo-scale.md |
ufo-3.1.1 | docs/_docs/ufo-scale.md |
ufo-3.1.0 | docs/_docs/ufo-scale.md |
ufo-3.0.1 | docs/_docs/ufo-scale.md |
ufo-3.0.0 | docs/_docs/ufo-scale.md |