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
Web Hosting Hub
Score 7.0 out of 10
N/A
Web Hosting Hub is a website hosting service with features such as SSD hosting, website backups, unlimited space and bandwith, and eCommerce tools.
N/A
Pricing
Google App Engine
Web Hosting Hub
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 Engine
Web Hosting Hub
Free Trial
No
No
Free/Freemium Version
Yes
No
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Google App Engine
Web Hosting Hub
Features
Google App Engine
Web Hosting Hub
Platform-as-a-Service
Comparison of Platform-as-a-Service 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.
If you are a small business, freelancer, or any other type of user that doesn't need a lot of resources and get less than 10,000 hits per month, this is a great hosting environment for you. If you need more resources, I would recommend something else such as their sister company InMotion Hosting.
Easy setup - i can easily add domains, sub-domains, add-ons, as well as set up a WordPress installation in a matter of minutes.
Low cost - if you want to keep costs down, the plans are very cost effective with shared hosting for as little as $5 a month (there is a catch, that you have to sign up for a certain amount of time, but it's still worth it).
User-friendly UI via Cpanel - no surprises here, it's just a Cpanel that you're familiar with and works.
Excellent customer service and tech support available 24/7.
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)
Sites can be slow if you're on a shared server environment as they may be crowded servers.
Sometimes tech support doesn't know how to solve the problem - but I've only experienced this with one issue and that is site speed. likely the best solution is to upgrade to better hosting.
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.
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.
If there's a fix for the problem I'm having, they typically find it and help me implement it. In addition to that, they are available 24/7 to help so I know that they've got my back if I run into any problems whatsoever. Sometimes, wait times can be a little bit long, but honestly, the longest I've waiting was maybe 15 mins, so it's not too bad. Usually, I get through to them within 2-5 mins of calling.
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.
Web Hosting Hub is my preferred go-to when selecting hosting for a small business or freelance operation and it is also one of the lowest cost solutions that I have seen. This paired with their really excellent and always-available tech support (which I have called on holidays, weekends, and in the middle of the night) makes them a great option in my book.
In addition, they give you all the tools and access you need to manage your site no matter what you're trying to do. cPanel is a familiar environment and I have not noticed any bugs while logged in.
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.