TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Google Cloud Pub/Sub

    Score8.8 out of 10
    N/AGoogle offers Cloud Pub/Sub, a managed message oriented middleware supporting many-to-many asynchronous messaging between applications.N/A

    Google Compute Engine

    Score8.8 out of 10
    N/AGoogle Compute Engine is an infrastructure-as-a-service (IaaS) product from Google Cloud. It provides virtual machines with carbon-neutral infrastructure which run on the same data centers that Google itself uses.

    $0

    per month GB

    Pricing
    Google Cloud Pub/SubGoogle Compute Engine
    Editions & Modules
    No answers on this topic
    Preemptible Price - Predefined Memory
    0.000892 / GB
    Hour
    Three-year commitment price - Predefined Memory
    $0.001907 / GB
    Hour
    One-year commitment price - Predefined Memory
    $0.002669 / GB
    Hour
    On-demand price - Predefined Memory
    $0.004237 / GB
    Hour
    Preemptible Price - Predefined vCPUs
    0.006655 / vCPU
    Hour
    Three-year commitment price - Predefined vCPUS
    $0.014225 / CPU
    Hour
    One-year commitment price - Predefined vCPUS
    $0.019915 / vCPU
    Hour
    On-demand price - Predefined vCPUS
    $0.031611 / vCPU
    Hour
    Offerings
    Pricing Offerings
    Google Cloud Pub/SubGoogle Compute Engine
    Free Trial
    NoYes
    Free/Freemium Version
    NoYes
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details—Prices vary according to region (i.e US central, east, & west time zones). Google Compute Engine also offers a discounted rate for a 1 & 3 year commitment.
    More Pricing Information
    Community Pulse
    Google Cloud Pub/SubGoogle Compute Engine
    Considered Both Products
    Google
    Chose Google Cloud Pub/Sub
    Compute Engine is not a direct competitor, but in fact, works well coupled with Pub/Sub.
    Incentivized
    Google
    Chose Google Compute Engine
    We have tried using DigitalOcean Droplets for some of our minor and non critical VMs. In our experience, Google Compute Engine fares well in comparison the DigitalOcean Droplets as they provide better availability, better support and in general, a better experience.
    Incentivized
    Chose Google Compute Engine
    We have never used EC2, however, we chose Google Cloud over Amazon mostly because we felt Google was stronger in the data analytics tools and their platform seemed to be on the rise overall.
    Incentivized
    Key User Insights
    Would buy again
    100%
    Would buy again
    8 Answers
    98%
    Would buy again
    45 Answers
    Delivers good value for the price
    100%
    Delivers good value for the price
    8 Answers
    100%
    Delivers good value for the price
    44 Answers
    Happy with the feature set
    100%
    Happy with the feature set
    8 Answers
    96%
    Happy with the feature set
    44 Answers
    Lived up to sales and marketing promises
    100%
    Lived up to sales and marketing promises
    5 Answers
    91%
    Lived up to sales and marketing promises
    31 Answers
    Implementation went as expected
    100%
    Implementation went as expected
    8 Answers
    93%
    Implementation went as expected
    41 Answers
    Features
    Google Cloud Pub/SubGoogle Compute Engine
    Infrastructure-as-a-Service (IaaS)
    Comparison of Infrastructure-as-a-Service (IaaS) features of Google Cloud Pub/Sub and Google Compute Engine
    Feature
    Google Cloud Pub/Sub
    -
    Ratings
    Google Compute Engine
    8.0
    65 Ratings
    3% below category average
    Service-level Agreement (SLA) uptime00 Ratings8.125 Ratings
    Dynamic scaling00 Ratings7.860 Ratings
    Elastic load balancing00 Ratings9.353 Ratings
    Pre-configured templates00 Ratings9.562 Ratings
    Monitoring tools00 Ratings3.026 Ratings
    Pre-defined machine images00 Ratings9.464 Ratings
    Operating system support00 Ratings8.365 Ratings
    Security controls00 Ratings9.163 Ratings
    Automation00 Ratings7.92 Ratings
    Best Alternatives
    Google Cloud Pub/SubGoogle Compute Engine
    Small Businesses
    Amazon SNS
    Score8.7 out of 10
    IBM Cloud Object Storage
    Score9 out of 10
    Medium-sized Companies
    Amazon SNS
    Score8.7 out of 10
    IBM Cloud Bare Metal Servers
    Score8.7 out of 10
    Enterprises
    TIBCO Rendezvous
    Score6 out of 10
    SAP on IBM Cloud
    Score9 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Google Cloud Pub/SubGoogle Compute Engine
    Likelihood to Recommend
    9.0
    (8 ratings)
    8.9
    (65 ratings)
    Likelihood to Renew
    10.0
    (1 ratings)
    6.9
    (3 ratings)
    Usability
    10.0
    (3 ratings)
    8.0
    (9 ratings)
    Availability
    10.0
    (1 ratings)
    9.6
    (28 ratings)
    Performance
    10.0
    (1 ratings)
    9.0
    (28 ratings)
    Support Rating
    9.8
    (3 ratings)
    10.0
    (10 ratings)
    Configurability
    10.0
    (1 ratings)
    -
    (0 ratings)
    Product Scalability
    10.0
    (1 ratings)
    7.3
    (1 ratings)
    User Testimonials
    Google Cloud Pub/SubGoogle Compute Engine
    Likelihood to Recommend
    Google
    If you want to stream high volumes of data, be it for ETL streaming or event sourcing, Google Cloud Pub/Sub is your go-to tool. It's easy to learn, easy to observe its metrics and scales with ease without additional configuration so if you have more producers of consumers, all you need to do is to deploy on k8s your solutions so that you can perform autoscaling on your pods to adjust to the data volume. The DLQ is also very transparent and easy to configure. Your code will have no logic whatsoever regarding orchestrating pubsub, you just plug and play. However, if you are not in the Google Cloud Pub/Sub environment, you might have trouble or be most likely unable to use it since I think it's a product of Google Cloud.
    Read full review
    Google
    You can use Google Cloud Compute Engine as an option to configure your Gitlab, GitHub, and Azure DevOps self-hosted runners. This allows full control and management of your runners rather than using the default runners, which you cannot manage. Additionally, they can be used as a workspace, which you can provide to the employees, where they can test their workloads or use them as a local host and then deploy to the actual production-grade instance.
    Incentivized
    Read full review
    Pros
    Google
    • With a pub/sub architecture the consumer is decoupled in time from the publisher i.e. if the consumer goes down, it can replay any events that occurred during its downtime.
    • It also allows consumer to throttle and batch incoming data providing much needed flexibility while working with multiple types of data sources
    • A simple and easy to use UI on cloud console for setup and debugging
    • It enables event-driven architectures and asynchronous parallel processing, while improving performance, reliability and scalability
    Incentivized
    Read full review
    Google
    • Scaling - whether it's traffic spikes or just steady growth, Google Compute Engine's auto-scaling makes sure we've got the compute power we need without any manual juggling acts
    • Load balancing - Keeping things smooth with that load balancing across multiple VMs, so our users don't have to deal with slow load times or downtime even when things get crazy busy
    • Customizability - Mix and match configs for CPU, RAM, storage and whatnot to suit our specific app needs
    Incentivized
    Read full review
    Cons
    Google
    • Would be nice if the queue could be extended beyond 7 days.
    • We found it a bit tricky replay unacknowledged messages when needed.
    Incentivized
    Read full review
    Google
    • Built-in monitoring via Stackdriver is quite expensive for what it provides.
    • Initially provided quotas (ie. max compute units one can use) are very low and it took several requests to get an appropriate amount.
    • Support on GCE is limited to their knowledge base and forums. For more hands-on support provided by Google, you must pay for their Premium services.
    Incentivized
    Read full review
    Likelihood to Renew
    Google
    It serves all of our purposes in the most transparent way I can imagine, after seeing other message queueing providers, I can only attest to its quality.
    Read full review
    Google
    Its pretty good, easy and good performance. Also, interface is very good for starters compared to competitors. Infra as Code (IaC) using Terraform even added easiness for creation, management and deletion of compute Virtual Machines (VM). Overall, very good and very easy cloud based compute platform which simplified infrastructure, very much recommend.
    Incentivized
    Read full review
    Usability
    Google
    It is easy to create Google Cloud Pub/Sub topics from both Web Console and CLI commands.
    Google Cloud Pub/Sub supports creation of one or more subscriptions.
    By supporting a BigQuery Pub/Sub subscription to automatically write to a BigQuery table it simplifies development by avoiding implementation of a custom micro service for writes to BigQuery.
    Incentivized
    Read full review
    Google
    Having interacted with several cloud services, GCE stands out to me as more usable than most. The naming and locating of features is a little more intuitive than most I've interacted with, and hinting is also quite helpful. Getting staff up to speed has proven to be overall less painful than others.
    Incentivized
    Read full review
    Reliability and Availability
    Google
    I have never faced a single problem in 4 years.
    Read full review
    Google
    Google Compute Engine works well for cloud project with lesser geographical audience. It sometimes gives error while everything is set up perfectly. We also keep on check any updates available because that's one reason of site getting down. Google Compute Engine is ultimately a top solution to build an app and publish it online within a few minutes
    Incentivized
    Read full review
    Performance
    Google
    It's very fast, can be even better if you use protobuf.
    Read full review
    Google
    It works great all the time except for occasional issues, but overall, I am very happy with the performance. It delivers on the promise it makes and as per the SLAs provided. Networking is great with a premium network, and AZs are also widespread across geographies. Overall, it is a great infra item to have, which you can scale as you want.
    Incentivized
    Read full review
    Support Rating
    Google
    They have decent documentation, but you need to pay for support. We weren't able to answer all our questions with the documentation and didn't have time to setup support before we needed it so I can't give it a higher rating but I think it tends to be a bit slow unless you're a GCP enterprise support customer.
    Incentivized
    Read full review
    Google
    • The documentation needs to be better for intermediate users - There are first steps that one can easily follow, but after that, the documentation is often spotty or not in a form where one can follow the steps and accomplish the task. Also, the documentation and the product often go out of sync, where the commands from the documentation do not work with the current version of the product.
    • Google support was great and their presence on site was very helpful in dealing with various issues.
    Incentivized
    Read full review
    Alternatives Considered
    Google
    Having used Amazon Web Services SNS & SQS I can say that even if the latter may offer more features, Google Cloud Pub/Sub is easier to use. On the other hand, usage of SNS & SQS as well as documentation and troubleshooting is easier with the AWS solution. Since we are not using GCP only for Pub/Sub the choice depends on other variables.
    Incentivized
    Read full review
    Google
    Google Compute Engine provides a one stop solution for all the complex features and the UI is better than Amazon's EC2 and Azure Machine Learning for ease of usability. It's always good to have an eco-system of products from Google as it's one of the most used search engine and IoT services provider, which helps with ease of integration and updates in the future.
    Incentivized
    Read full review
    Scalability
    Google
    You can just plug in consumers at will and it will respond, there's no need for further configuration or introducing new concepts. You have a queue, if it's slow, you plug in more consumers to process more messages: simple as that.
    Read full review
    Google
    It works really well with other Google Cloud services, making it easy to build scalable solutions across different teams and locations.
    Incentivized
    Read full review
    Return on Investment
    Google
    • Increased Efficiency with reliable and Google managed services up all the time wit Disaster Recovery in place as well
    • Definitely Lower costs being a cloud based solution and easier to setup
    • Faster Project delivery and go to market plan for the business use cases basis this technology at the back end
    Incentivized
    Read full review
    Google
    • With Google Compute we don't have the overhead of managing our own data centers reducing costs and reducing the staff needed to manage systems.
    • As I said earlier, Google's costs are ~1/2 of AWS, so we are able to see a ROI much faster.
    Incentivized
    Read full review
    ScreenShots

    Google Compute Engine Screenshots

    Screenshot of How to choose the right VM
With thousands of applications, each with different requirements, which VM is right for you?Screenshot of documentation, guides, and reference architectures
Migration Center is Google Cloud's unified migration platform with features like cloud spend estimation, asset discovery, and a variety of tooling for different migration scenarios.