Machine Types — Google Cloud

Vikram Tiwari
Google Cloud - Community
2 min readJan 11, 2016

Since the beginning of cloud computing platform providers have been looking for various ways to overcome the limitation in customizations available. For Google Cloud it started with providing App Engines which are still one of the best starting points for any app deployments, as it handles the platform for you.

But this was never enough, Google launched Compute Engine along side and has been improving on its various offering, be them in the segment of Big Data services, Storage or Monitoring. The cloud ecosystem has matured and we are witnessing new features and products every now and then.

If you use Compute Engine, or its equivalent offerings by other providers, you should have noticed that there are pre-specified machine types that you can select from. These machine types are expansive in nature and have multiple configurations based on your primary use cases of the machine.

Even then at times you can feel limited by the offerings since you might require best of both worlds, CPUs and RAM size. If you had a custom requirement for the machine size you would always end up using extra resources on at-least one of these. For example, if one of my deployments needs are 8 CPUs and 15G RAM, the closest offering to that is n1-standard-8 which has an excess of 15G RAM that I won’t be using, yet have to pay for cause of the machine type.

With the launch of the new customize feature in the Compute Engine launch platform now you can customize a machine as per your requirements. You can go up to 32 vCPUs and 208G of RAM. Just so you don’t go over the limits of common sense in hardware configurations, depending upon your CPU, it shows you the max amount of usable RAM.

This is one of the minor updates which bring major changes in the way we use these platforms. Now you can build your own custom machine type, and launch it with Container Engine using Docker, as many iterations and copies as need be. Increased flexibility means more power to the end developer and thus better cloud ecosystem.

--

--

Vikram Tiwari
Google Cloud - Community

Building scalable web and data platforms for high availability, resilience and security.