Kilmer Luiz Aleluia
Kilmer Luiz Aleluia

Reputation: 335

Vertical Scalling with Google Compute Engine

I know that using Instance Group, it is possible to Horizontal Scale (new VM with same configuration). But is there some way to Vertical Scale with Google Compute Engine automatically? Or only manually?

Some other Google Cloud Plataform's service can do this?

Upvotes: 0

Views: 680

Answers (1)

John Hanley
John Hanley

Reputation: 81464

None of the compute services scale vertically. You select the instance size (machine type) and the services scale horizontally by adding more instances of the same type.

Upvotes: 2

Related Questions