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
IBM Cloud Virtual Servers for VPC
Score 6.1 out of 10
N/A
IBM Cloud Virtual Servers are customizable, public or private, cloud-based servers available from IBM. User can launch applications and software across blended, hybrid environments as the servers integrate with all cloud models.
$0.01
per hour
Pricing
Google App Engine
IBM Cloud Virtual Servers for VPC
Editions & Modules
Starting Price
$0.05
Per Hour Per Instance
Max Price
$0.30
Per Hour Per Instance
IBM Cloud Virtual Servers (dedicated host)
starting at $0.22
per hour
IBM Cloud Virtual Servers (dedicated host)
starting at $149.00
per month
IBM Cloud Virtual Servers (multi-tenant)
starting at $0.038
per hour
IBM Cloud Virtual Servers (multi-tenant)
starting at $25.21
per month
IBM Cloud Virtual Servers (reserved)
starting at $0.02
per hour
IBM Cloud Virtual Servers (reserved)
starting at $13.27
per month
IBM Cloud Virtual Servers (transient)
starting at $0.01
per hour
Offerings
Pricing Offerings
Google App Engine
IBM Cloud Virtual Servers for VPC
Free Trial
No
Yes
Free/Freemium Version
Yes
Yes
Premium Consulting/Integration Services
No
Yes
Entry-level Setup Fee
No setup fee
Optional
Additional Details
—
IBM Cloud virtual servers include 250 GB of outbound public bandwidth, unmetered inbound public bandwidth, and unmetered private and management network bandwidth.
More Pricing Information
Community Pulse
Google App Engine
IBM Cloud Virtual Servers for VPC
Features
Google App Engine
IBM Cloud Virtual Servers for VPC
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
IBM Cloud Virtual Servers for VPC
-
Ratings
Ease of building user interfaces
9.018 Ratings
00 Ratings
Scalability
10.032 Ratings
00 Ratings
Platform management overhead
9.032 Ratings
00 Ratings
Workflow engine capability
8.024 Ratings
00 Ratings
Platform access control
10.031 Ratings
00 Ratings
Services-enabled integration
10.028 Ratings
00 Ratings
Development environment creation
10.029 Ratings
00 Ratings
Development environment replication
10.028 Ratings
00 Ratings
Issue monitoring and notification
9.028 Ratings
00 Ratings
Issue recovery
9.026 Ratings
00 Ratings
Upgrades and platform fixes
10.029 Ratings
00 Ratings
Infrastructure-as-a-Service (IaaS)
Comparison of Infrastructure-as-a-Service (IaaS) features of Product A and Product B
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.
One scenario that immediately came to my mind was large-scale data processing, IBM Cloud Virtual Servers is well-suited for organizations that require high-performance computing capabilities, particularly when processing large amounts of data. It can also be useful for companies or organizations that wish to migrate their workplace to the cloud and it may suite companies that have strict compliance requirements since the servers have robust security features.
Scalability: IBM Cloud Virtual Servers enable businesses to simply and quickly scale up or down the resources they require in response to changing business demands. This enables firms to respond to traffic spikes, requests for new services, or changes in business size without the need for additional hardware purchases or maintenance.
Cost savings: By employing virtual servers in the cloud, enterprises can decrease capital expenditures for hardware and infrastructure while also lowering ongoing operational expenses by removing server maintenance and management costs. This can result in significant cost savings for enterprises, particularly those that need to raise or decrease their computer capacity fast and easily.
High availability: IBM Cloud Virtual Servers is built with high availability in mind, giving enterprises the certainty that their applications and data will be available and accessible even if hardware fails or other disruptions occur. This assists enterprises in maintaining business continuity and lowering the chance of downtime, which is crucial for firms that rely on 24/7 access to their systems. Furthermore, IBM's comprehensive network and security features aid in the prevention of data breaches and other security risks, assuring the availability and reliability of their applications and data.
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)
It would also be nice if there were more templates to choose from when creating a server. Right now there are only a few options, and we'd like to see more variety.
We'd like to see the ability to create server groups. This would make it easier to manage a large number of servers since we could do all of the updates and management tasks for them at once.
There doesn't seem to be a way to automatically install updates on all of the virtual servers. We have to go in and manually update each one, which can be time-consuming. It would be really nice if automatic updates can be done.
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.
It has a flexible and affordable pricing, easy to configure and manage. It is easy to spawn one or multiple instances and have them up and running in no time
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
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.
It is adequate, but you need to be ready to argue your point - which is fair enough, I suppose, but being given the opposite of the benefit of the doubt every time does not necessarily result in an enjoyable user experience.
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.
IBM Cloud Virtual Servers offer more customization options than Amazon EC2, with the ability to select from a range of operating systems, storage types, and network configurations. IBM also provides a wide range of tools and services to help manage and optimize your virtual servers, including a web-based console, CLI, and API.
AWS EC2 is a more managed platform, with a focus on providing a simple and easy-to-use interface. Amazon provides a range of predefined instance types, each with different specs and pricing, to make it easy to find the right option for your needs. AWS also offers a number of management and monitoring tools, but these are often more basic than what is available from IBM.
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.