Google App Engine vs. Oracle VirtualBox

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
Oracle VirtualBox
Score 8.6 out of 10
N/A
Oracle VirtualBox is an open source, cross-platform, virtualization software, enables developers to deliver code faster by running multiple operating systems on a single device.
$0
per month
Pricing
Google App EngineOracle VirtualBox
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 EngineOracle VirtualBox
Free Trial
NoNo
Free/Freemium Version
YesYes
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
Google App EngineOracle VirtualBox
Features
Google App EngineOracle VirtualBox
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
Oracle VirtualBox
-
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
Oracle VirtualBox
8.2
50 Ratings
2% above category average
Virtual machine automated provisioning00 Ratings8.036 Ratings
Management console00 Ratings8.846 Ratings
Live virtual machine backup00 Ratings8.236 Ratings
Live virtual machine migration00 Ratings7.033 Ratings
Hypervisor-level security00 Ratings9.029 Ratings
Best Alternatives
Google App EngineOracle VirtualBox
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 EngineOracle VirtualBox
Likelihood to Recommend
8.0
(35 ratings)
8.0
(53 ratings)
Likelihood to Renew
8.3
(8 ratings)
10.0
(4 ratings)
Usability
7.7
(7 ratings)
10.0
(7 ratings)
Availability
-
(0 ratings)
8.0
(1 ratings)
Performance
10.0
(1 ratings)
10.0
(1 ratings)
Support Rating
8.4
(12 ratings)
10.0
(2 ratings)
Implementation Rating
8.0
(1 ratings)
10.0
(2 ratings)
Configurability
-
(0 ratings)
9.0
(1 ratings)
Product Scalability
-
(0 ratings)
8.0
(1 ratings)
User Testimonials
Google App EngineOracle VirtualBox
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
Oracle
It is best suited when you want to have different operating systems on your laptop or desktop. You can easily switch between operating systems without the need to uninstall one. In another scenario, if you expect some application to damage your device, it would be best to run the application on the VM such that the damage can only be done to the virtual machine. It is less appropriate when time synchronization is very important. At times the VMs run their own times differently from the host time and this may cause some losses if what you doing is critical. Another important thing to take note of is the licensing of the application you want to run your VM. Some licenses do not allow the applications to be run on virtual servers so it is not appropriate to use the VM at this time.
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
Oracle
  • It is simple to install - there is no advanced knowledge required to begin building virtual computers
  • It is easy to use - adding new virtual machines is simple with wizard-based deployment
  • It enables easy portability - moving virtual machines from one host to another is straight-forward and simple
  • It is free
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
Oracle
  • I have had issues in the past when it has come to resizing VM disk storage. The issue is entirely detailed here: https://www.virtualbox.org/ticket/9103 -- the problem was caused because of having existing snapshots (which error message output was not detailing). I haven't had to deal with the issue due to my dynamic disk sizes not being small from the start anymore (this is mostly an issue for my Windows VMs where the base disk may need significant size for the OS). It looks like, for a resize, that a merge of all snapshots has to occur first -- one user on that list details a workaround to maintain snapshots by cloning the VM. (Note: 5.2 was just released a few weeks ago, and looks like it should prevent the problem happening in the future by properly informing users that it isn't possible with snapshots).
  • Certain scenarios, like resizing disks, required dropping into a terminal as there were no options to previously do so via the GUI. According to some recent posts, I've seen that v5.2 has added disk management stuff like that to the GUI (or will be adding it). I'm comfortable with dropping into the terminal, but in a teaching scenario or when evaluating the learnability of the tools, it complicates things.
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
Oracle
I give this rating because virtual box is inexpensive but there is another product such as vm ware that can also be used
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
Oracle
I love using the Graphical User Interface. The VirtualBox Manager is very easy to understand and use. You can quickly create, configure and manage all your virtual machines in one window. It makes operating virtual machines easy and simple. When using VBoxManage it gives the user comprehensive control over VirtualBox so that you can use automation and scripting at the command-line interface
Read full review
Reliability and Availability
Google
No answers on this topic
Oracle
Dependency on the Host OS means it is as reliable as it is possible to be. Application errors are beyond the purview of the application.
Read full review
Performance
Google
No answers on this topic
Oracle
No issues, especially with the extensions addons.
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
Oracle
Oracle have a very fast response rate and a strong user community. One can geet help from many sources if they choose to research for themselves.
Read full review
Implementation Rating
Google
No answers on this topic
Oracle
We really enjoy using virtual box. We do not require to buy expensive hardware but instead we can minimize costs and maximize profits.
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
Oracle
VirutalBox is very similar to using Vmware with the slight difference in appearance and what might be considered a less polished look. However, what it lacks in polish and looks it makes up for in functionality, easy of use and the wide range of operating systems and features it supports without the need of buying the full professional edition
Read full review
Scalability
Google
No answers on this topic
Oracle
The only problem I have found is that the deployment is dependent and intrinsically linked to the Host OS. This is different from bare metal solutions which remove that dependency on a Host OS. The latter is more reliable and removes a layer of potential failure.
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
Oracle
  • Minimal-to-no support needed from the DevOps team.
  • Provides a direct and an easy way to access multiple VMs inside the same machines which enables performing various testing and QA tasks without the need to switch hardware.
  • Automatic provisioning using tools (esp. Vagrant) which enables developing a base image once, and allows for exporting/importing anywhere across the developers team.
  • Very cost-effective (no fees or monthly subscriptions).
Read full review
ScreenShots