Google App Engine vs. VMware Workstation Pro

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
Google App Engine
Score 8.2 out of 10
N/A
Google App Engine is Google Cloud's platform-as-a-service offering. It features pay-per-use pricing and support for a broad array of programming languages.
$0.05
Per Hour Per Instance
VMware Workstation Pro
Score 8.1 out of 10
N/A
VMware Workstation Pro is virtualization software which allows running multiple x86-based operating systems on one PC. Users can run Windows, Linux and BSD virtual machines on a Windows or Linux desktop.N/A
Pricing
Google App EngineVMware Workstation Pro
Editions & Modules
Starting Price
$0.05
Per Hour Per Instance
Max Price
$0.30
Per Hour Per Instance
No answers on this topic
Offerings
Pricing Offerings
Google App EngineVMware Workstation Pro
Free Trial
NoNo
Free/Freemium Version
YesNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Google App EngineVMware Workstation Pro
Features
Google App EngineVMware Workstation Pro
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
Google App Engine
9.5
32 Ratings
20% above category average
VMware Workstation Pro
-
Ratings
Ease of building user interfaces9.018 Ratings00 Ratings
Scalability10.032 Ratings00 Ratings
Platform management overhead9.032 Ratings00 Ratings
Workflow engine capability8.024 Ratings00 Ratings
Platform access control10.031 Ratings00 Ratings
Services-enabled integration10.028 Ratings00 Ratings
Development environment creation10.029 Ratings00 Ratings
Development environment replication10.028 Ratings00 Ratings
Issue monitoring and notification9.028 Ratings00 Ratings
Issue recovery9.026 Ratings00 Ratings
Upgrades and platform fixes10.029 Ratings00 Ratings
Server Virtualization
Comparison of Server Virtualization features of Product A and Product B
Google App Engine
-
Ratings
VMware Workstation Pro
7.6
29 Ratings
6% below category average
Virtual machine automated provisioning00 Ratings8.722 Ratings
Management console00 Ratings6.824 Ratings
Live virtual machine backup00 Ratings7.422 Ratings
Live virtual machine migration00 Ratings6.021 Ratings
Hypervisor-level security00 Ratings9.221 Ratings
Best Alternatives
Google App EngineVMware Workstation Pro
Small Businesses
AWS Lambda
AWS Lambda
Score 8.3 out of 10
DigitalOcean Droplets
DigitalOcean Droplets
Score 9.4 out of 10
Medium-sized Companies
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
VMware vSOM (discontinued)
VMware vSOM (discontinued)
Score 10.0 out of 10
Enterprises
Red Hat OpenShift
Red Hat OpenShift
Score 9.2 out of 10
VMware vSOM (discontinued)
VMware vSOM (discontinued)
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
Google App EngineVMware Workstation Pro
Likelihood to Recommend
8.0
(35 ratings)
7.6
(30 ratings)
Likelihood to Renew
8.3
(8 ratings)
9.0
(1 ratings)
Usability
7.7
(7 ratings)
8.0
(4 ratings)
Performance
10.0
(1 ratings)
-
(0 ratings)
Support Rating
8.4
(12 ratings)
7.7
(2 ratings)
Implementation Rating
8.0
(1 ratings)
-
(0 ratings)
User Testimonials
Google App EngineVMware Workstation Pro
Likelihood to Recommend
Google
App Engine is such a good resource for our team both internally and externally. You have complete control over your app, how it runs, when it runs, and more while Google handles the back-end, scaling, orchestration, and so on. If you are serving a tool, system, or web page, it's perfect. If you are serving something back-end, like an automation or ETL workflow, you should be a little considerate or careful with how you are structuring that job. For instance, the Standard environment in Google App Engine will present you with a resource limit for your server calls. If your operations are known to take longer than, say, 10 minutes or so, you may be better off moving to the Flexible environment (which may be a little more expensive but certainly a little more powerful and a little less limited) or even moving that workflow to something like Google Compute Engine or another managed service.
Read full review
VMware by Broadcom
I would not recommend using a VM as a complete replacement for your everyday driver, but I would recommend
it for testing. One way that I use Workstation Pro is with testing GPO's. I can
make a change to a user or computer GPO, take a snapshot, reboot the computer
to pull the GPO, see if it worked. If it didn't, I revert to the last snapshot before the GPO was pulled, make some changes to the GPO again, and test on the test VM. The same style
of testing can be used with creating and changing scripts for computer changes.
We have a whole computer setup script that installs software and changes a ton
of settings. On a VM you can test over and over to make sure the script runs
how you want it to and revert if you didn't like the script outcome. Especially
handy with software installs, so you don't have to wait for a program to
uninstall and then edit the script and run the script again. Using snapshots save me so much time in testing!
Read full review
Pros
Google
  • Quick to develop, quick to deploy. You can be up and running on Google App Engine in no time.
  • Flexible. We use Java for some services and Node.js for others.
  • Great security features. We have been consistently impressed with the security and authentication features of Google App Engine.
Read full review
VMware by Broadcom
  • It provides a great remote access tool for accessing and managing servers in virtual environment. With the security risks surround remote desktop this provides a good alternative to do the same functions.
  • The app itself is very lightweight and easy to install/maintain.
  • Sandbox testing can be a time consuming thing to setup and do. Workstation makes this easy to create, use, and put away. This make you more willing to put new things in the sandbox and test them before production usage.
  • The cost of workstation is very affordable for the functionality that you get and you can try it for free before you buy it.
  • We use it to run apps that can be difficult to setup or conflict with other apps. We just spin this app VM up run it, and then shut it back down. The startup and shutdown is very quick.
Read full review
Cons
Google
  • There is a slight learning curve to getting used to code on Google App Engine.
  • Google Cloud Datastore is Google's NoSQL database in the cloud that your applications can use. NoSQL databases, by design, cannot give handle complex queries on the data. This means that sometimes you need to think carefully about your data structures - so that you can get the results you need in your code.
  • Setting up billing is a little annoying. It does not seem to save billing information to your account so you can re-use the same information across different Cloud projects. Each project requires you to re-enter all your billing information (if required)
Read full review
VMware by Broadcom
  • At the moment, it's incompatible with Microsoft's HyperVM, which is used in Docker and the Linux Subsystem on Windows 2 (WSL 2).
  • VMware shared files sometimes stop working and need to be reset.
  • 3D support is limited to Windows and only certain scenarios.
Read full review
Likelihood to Renew
Google
App Engine is a solid choice for deployments to Google Cloud Platform that do not want to move entirely to a Kubernetes-based container architecture using a different Google product. For rapid prototyping of new applications and fairly straightforward web application deployments, we'll continue to leverage the capabilities that App Engine affords us.
Read full review
VMware by Broadcom
It's a solid product, and if they make it compatible with HyperVM (WSL, Docker, etc.) it would be great
Read full review
Usability
Google
I had to revisit the UI after a year of just setting up and forgetting. The UI got some improvements but the amount of navigation we have to go through to setup a new app has increased but also got easier to setup. Gemini now is integrated and make getting answers faster
Read full review
VMware by Broadcom
It is well documented since it is a long actor in the virtualization scene. Easy to use for most user cases. Pretty much not maintenance on the software besides the occasional software updates and/or compatibility issues from time to time.
Read full review
Support Rating
Google
Good amount of documentation available for Google App Engine and in general there is large developer community around Google App Engine and other products it interacts with. Lastly, Google support is great in general. No issues so far with them.
Read full review
VMware by Broadcom
I haven't had to call VMware Workstation support. The majority of the time, whenever I have a problem, I can perform an online search and find the answers I need. Online forums and users with similar situations are generally sufficient to answer any questions I have had, though, from previous experience at another company, their support is outstanding and responsive to circumstances. However, that is generally for a paid support contract and should be expected when you are paying for that support.
Read full review
Alternatives Considered
Google
We were on another much smaller cloud provider and decided to make the switch for several reasons - stability, breadth of services, and security. In reviewing options, GCP provided the best mixtures of meeting our needs while also balancing the overall cost of the service as compared to the other major players in Azure and AWS.
Read full review
VMware by Broadcom
VMware ESXi is more enterprise based whereas VMware Workstation offers capabilities at a lower cost and smaller scale. VMware Workstation Pro is also user friendly and easy to install. It can be utilized on a regular desktop system as the name implies. It helps with also demonstrations when needed to clients without having bulky hardware every time.
Read full review
Return on Investment
Google
  • Effective employee adoption through ease of use.
  • Effective integration to other java based frameworks.
  • Time to market is very quick. Build, test, deploy and use.
  • The GAE Whitelist for java is an important resource to know what works and what does not. So use it. It would also be nice for Google to expand on items that are allowed on GAE platform.
Read full review
VMware by Broadcom
  • When updating multiple VM's, this is a much quicker option vs trying to either RDP to them or console using Vcenter
  • We are required to run a VM locally for certain tasks, and this has been the most effective way to use it
  • The ability to manage a VM without having to worry about the console freezing up helps with management
Read full review
ScreenShots