Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

2
  • Doesn't the aws auto-scaling approach only work if there is one type of microservice per instance? What if I want to add a couple more instances of a service into an existing instance that is not running at capacity? Commented May 25, 2015 at 17:23
  • Auto-scaling is based on instances, yes. If you are using AWS, you normally saturate a given instance before scaling up; back-filling isn't in the cards, because if you leave that capacity on the table, you're wasting money. Commented May 25, 2015 at 18:21