Amazon Lightsail is a virtual private server (VPS) designed to present an easy-to-use cloud platform that offers everything needed to build an application or website, plus a cost-effective, monthly plan.
$3.50
per month
Google App Engine
Score 8.7 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
Pricing
Amazon Lightsail
Google App Engine
Editions & Modules
512 MB Linux
$3.50
per month
1 GB Linux
$5.00
per month
2 GB Linux
$10.00
per month
Starting Price
$0.05
Per Hour Per Instance
Max Price
$0.30
Per Hour Per Instance
Offerings
Pricing Offerings
Amazon Lightsail
Google App Engine
Free Trial
No
No
Free/Freemium Version
No
Yes
Premium Consulting/Integration Services
No
No
Entry-level Setup Fee
No setup fee
No setup fee
Additional Details
—
—
More Pricing Information
Community Pulse
Amazon Lightsail
Google App Engine
Features
Amazon Lightsail
Google App Engine
Infrastructure-as-a-Service (IaaS)
Comparison of Infrastructure-as-a-Service (IaaS) features of Product A and Product B
Amazon Lightsail
8.8
6 Ratings
7% above category average
Google App Engine
-
Ratings
Service-level Agreement (SLA) uptime
10.06 Ratings
00 Ratings
Dynamic scaling
5.05 Ratings
00 Ratings
Elastic load balancing
9.34 Ratings
00 Ratings
Pre-configured templates
8.06 Ratings
00 Ratings
Monitoring tools
8.06 Ratings
00 Ratings
Pre-defined machine images
8.95 Ratings
00 Ratings
Operating system support
10.06 Ratings
00 Ratings
Security controls
10.06 Ratings
00 Ratings
Automation
10.05 Ratings
00 Ratings
Platform-as-a-Service
Comparison of Platform-as-a-Service features of Product A and Product B
We utilized Amazon Lightsail to get a web application proof of concept up and running. It's easy to set up, requires minimal configuration, and lets us to concentrate on the coding. It's designed to help you get started fast and easily, but it's not designed for corporate applications or workloads.
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.
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)
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.
My overall experience with Amazon Lightsail is very good, and the online community of Lightsail users is very large and its helps to resolve any kind of issue i faced on my server. I also like the integration of other AWS services with Amazon Lightsail like we can export our Lightsail instance into ec2 server using snapshots.
Google App Engine is very intuitive. It has the common programming language most would use. Google is a dependable name and I have not had issues with their servers being down....ever. You can safely use their service and store your data on their servers without worrying about downtime or loss of data.
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.
Amazon Lightsail is a great platform. Before we started using it, we were using AWS EC2 instances as our primary servers after being dissatisfied with other providers. After Amazon Lightsail's introduction, we were able to reduce our operating costs, improve our quality assurance tasks, and provide much more efficient and better apps with our microservices architecture.
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.
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.