TrustRadius: an HG Insights company

Save this comparison

Save this comparison

Add Product

Recommended Comparisons

    Overview
    ProductRatingMost Used ByProduct SummaryStarting Price

    Red Hat OpenShift

    Score9.1 out of 10
    N/AOpenShift is Red Hat's Cloud Computing Platform as a Service (PaaS) offering. OpenShift is an application platform in the cloud where application developers and teams can build, test, deploy, and run their applications.

    $0.08

    per hour

    Amazon Redshift

    Score8.9 out of 10
    N/AAmazon Redshift is a hosted data warehouse solution, from Amazon Web Services.

    $0.24

    per GB per month

    Pricing
    Red Hat OpenShiftAmazon Redshift
    Editions & Modules
    No answers on this topic
    Redshift Managed Storage
    $0.24
    per GB per month
    Current Generation
    $0.25 - $13.04
    per hour
    Previous Generation
    $0.25 - $4.08
    per hour
    Redshift Spectrum
    $5.00
    per terabyte of data scanned
    Offerings
    Pricing Offerings
    Red Hat OpenShiftAmazon Redshift
    Free Trial
    YesNo
    Free/Freemium Version
    YesNo
    Premium Consulting/Integration Services
    NoNo
    Entry-level Setup FeeNo setup feeNo setup fee
    Additional Details——
    More Pricing Information
    Community Pulse
    Red Hat OpenShiftAmazon Redshift
    Considered Both Products
    Red Hat
    No answer on this topic
    Amazon AWS
    No answer on this topic
    Key User Insights
    Would buy again
    97%
    Would buy again
    315 Answers
    78%
    Would buy again
    14 Answers
    Delivers good value for the price
    96%
    Delivers good value for the price
    268 Answers
    82%
    Delivers good value for the price
    14 Answers
    Happy with the feature set
    99%
    Happy with the feature set
    322 Answers
    78%
    Happy with the feature set
    14 Answers
    Lived up to sales and marketing promises
    97%
    Lived up to sales and marketing promises
    218 Answers
    93%
    Lived up to sales and marketing promises
    14 Answers
    Implementation went as expected
    90%
    Implementation went as expected
    255 Answers
    100%
    Implementation went as expected
    16 Answers
    Features
    Red Hat OpenShiftAmazon Redshift
    Platform-as-a-Service
    Comparison of Platform-as-a-Service features of Red Hat OpenShift and Amazon Redshift
    Feature
    Red Hat OpenShift
    8.4
    324 Ratings
    8% above category average
    Amazon Redshift
    -
    Ratings
    Ease of building user interfaces8.6275 Ratings00 Ratings
    Scalability9.3309 Ratings00 Ratings
    Platform management overhead8.3290 Ratings00 Ratings
    Workflow engine capability8.6262 Ratings00 Ratings
    Platform access control8.3291 Ratings00 Ratings
    Services-enabled integration8.5273 Ratings00 Ratings
    Development environment creation8.6283 Ratings00 Ratings
    Development environment replication8.3270 Ratings00 Ratings
    Issue monitoring and notification7.9284 Ratings00 Ratings
    Issue recovery8.1279 Ratings00 Ratings
    Upgrades and platform fixes8.5285 Ratings00 Ratings
    Best Alternatives
    Red Hat OpenShiftAmazon Redshift
    Small Businesses
    IBM Cloud Foundry
    Score8.5 out of 10
    No answers on this topic
    Medium-sized Companies
    IBM Cloud Private
    Score9.6 out of 10
    Snowflake
    Score8.7 out of 10
    Enterprises
    AWS Elastic Beanstalk
    Score8.6 out of 10
    Snowflake
    Score8.7 out of 10
    All AlternativesView all alternativesView all alternatives
    User Ratings
    Red Hat OpenShiftAmazon Redshift
    Likelihood to Recommend
    9.1
    (339 ratings)
    9.0
    (38 ratings)
    Likelihood to Renew
    9.3
    (26 ratings)
    -
    (0 ratings)
    Usability
    8.5
    (10 ratings)
    9.0
    (10 ratings)
    Availability
    5.5
    (1 ratings)
    -
    (0 ratings)
    Performance
    9.0
    (125 ratings)
    -
    (0 ratings)
    Support Rating
    7.0
    (9 ratings)
    9.0
    (7 ratings)
    In-Person Training
    7.0
    (1 ratings)
    -
    (0 ratings)
    Implementation Rating
    7.0
    (3 ratings)
    -
    (0 ratings)
    Contract Terms and Pricing Model
    8.0
    (3 ratings)
    10.0
    (1 ratings)
    Professional Services
    7.3
    (1 ratings)
    -
    (0 ratings)
    Vendor post-sale
    8.0
    (1 ratings)
    -
    (0 ratings)
    Vendor pre-sale
    8.0
    (1 ratings)
    -
    (0 ratings)
    User Testimonials
    Red Hat OpenShiftAmazon Redshift
    Likelihood to Recommend
    Red Hat
    Red Hat OpenShift, despite its complexity and overhead, remains the most complete and enterprise-ready Kubernetes platform available. It excels in research projects like ours, where we need robust CI/CD, GPU scheduling, and tight integration with tools like Jupyter, OpenDataHub, and Quiskit. Its security, scalability, and operator ecosystem make it ideal for experimental and production-grade AI workloads. However, for simpler general hosting tasks—such as serving static websites or lightweight backend services—we find traditional VMs, Docker, or LXD more practical and resource-efficient. Red Hat OpenShift shines in complex, container-native workflows, but can be overkill for basic infrastructure needs.
    Incentivized
    Read full review
    Amazon AWS
    If the number of connections is expected to be low, but the amounts of data are large or projected to grow it is a good solutions especially if there is previous exposure to PostgreSQL. Speaking of Postgres, Redshift is based on several versions old releases of PostgreSQL so the developers would not be able to take advantage of some of the newer SQL language features. The queries need some fine-tuning still, indexing is not provided, but playing with sorting keys becomes necessary. Lastly, there is no notion of the Primary Key in Redshift so the business must be prepared to explain why duplication occurred (must be vigilant for)
    Incentivized
    Read full review
    Pros
    Red Hat
    • We had a few microservices that dealt with notifications and alerts. We used OpenShift to deploy these microservices, which handle and deliver notifications using publish-subscribe models.
    • We had to expose an API to consumers via MTLS, which was implemented using Server secret integration in OpenShift. We were then able to deploy the APIs on OpenShift with API security.
    • We integrated Splunk with OpenShift to view the logs of our applications and gain real-time insights into usage, as well as provide high availability.
    Incentivized
    Read full review
    Amazon AWS
    • [Amazon] Redshift has Distribution Keys. If you correctly define them on your tables, it improves Query performance. For instance, we can define Mapping/Meta-data tables with Distribution-All Key, so that it gets replicated across all the nodes, for fast joins and fast query results.
    • [Amazon] Redshift has Sort Keys. If you correctly define them on your tables along with above Distribution Keys, it further improves your Query performance. It also has Composite Sort Keys and Interleaved Sort Keys, to support various use cases
    • [Amazon] Redshift is forked out of PostgreSQL DB, and then AWS added "MPP" (Massively Parallel Processing) and "Column Oriented" concepts to it, to make it a powerful data store.
    • [Amazon] Redshift has "Analyze" operation that could be performed on tables, which will update the stats of the table in leader node. This is sort of a ledger about which data is stored in which node and which partition with in a node. Up to date stats improves Query performance.
    Incentivized
    Read full review
    Cons
    Red Hat
    • I wouldn't necessarily say there is look everyday technology transform. I can see a trend wherein Red Hat OpenShift is adopting all the new technology trends and helping their customers align with their priorities and the emerging technology trends. I wouldn't call out various scope for development every day. There is scope for development. It is all how the organizations adopt it and how they deliver it to their customers. I don't want to call out there is scope for development. It's happening. It is a never ending process.
    • At the moment, I don't have anything to call out. We are experiencing Red Hat OpenShift and we can see every day they're coming up with new features as and when they come up with new features, we want to experience it more and more. We are looking for opportunities wherein this can be leveraged to help our users and partners.
    Incentivized
    Read full review
    Amazon AWS
    • We've experienced some problems with hanging queries on Redshift Spectrum/external tables. We've had to roll back to and old version of Redshift while we wait for AWS to provide a patch.
    • Redshift's dialect is most similar to that of PostgreSQL 8. It lacks many modern features and data types.
    • Constraints are not enforced. We must rely on other means to verify the integrity of transformed tables.
    Incentivized
    Read full review
    Likelihood to Renew
    Red Hat
    This is the current strategy for the company, most of the products in the organisation are aligning to Openshift and various use cases it support. Also lot of applications are being developed for AI use case, openshift.AI provides opportunity to host and leverage the AI capabilities for these applications
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Usability
    Red Hat
    As I said before, the obserability is one of the weakest point of OpenShift and that has a lot to do with usability. The Kibana console is not fully integrated with OpenShift console and you have to switch from tab to tab to use it. Same with Prometheus, Jaeger and Grafan, it's a "simple" integration but if you want to do complex queries or dashboards you have to go to the specific console
    Incentivized
    Read full review
    Amazon AWS
    Just very happy with the product, it fits our needs perfectly. Amazon pioneered the cloud and we have had a positive experience using RedShift. Really cool to be able to see your data housed and to be able to query and perform administrative tasks with ease.
    Incentivized
    Read full review
    Reliability and Availability
    Red Hat
    Redhat openshift is generally reliable and available platform, it ensures high availability for most the situations. in fact the product where we put openshift in a box, we ensure that the availability is also happening at node and network level and also at storage level, so some of the factors that are outside of Openshift realm are also working in HA manner.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Performance
    Red Hat
    Overall, this platform is beneficial. The only downsides we have encountered have been with pods that occasionally hang. This results in resources being dedicated to dead or zombie pods. Over time, these wasted resources occasionally cause us issues, and we have had difficulty monitoring these pods. However, this issue does not overshadow the benefits we get from Openshift.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Support Rating
    Red Hat
    Their customer support team is good and quick to respond. On a couple of occassions, they have helped us in solving some issues which we were finding a tad difficult to comprehend. On a rare occasion, the response was a bit slow but maybe it was because of the festival season. Overall a good experience on this front.
    Incentivized
    Read full review
    Amazon AWS
    The support was great and helped us in a timely fashion. We did use a lot of online forums as well, but the official documentation was an ongoing one, and it did take more time for us to look through it. We would have probably chosen a competitor product had it not been for the great support
    Incentivized
    Read full review
    In-Person Training
    Red Hat
    I was not involved in the in person training, so i
    can not answer this question, but the team in my org worked directly
    with Openshift and able to get the in person training done easily, i did not
    hear problem or complain in this space, so i hope things happen
    seamlessly without any issue.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Online Training
    Red Hat
    We went thru the training material on RH webesite, i think its very descriptive and the handson lab sesssions are very useful. It would be good to create more short duration videos covering one single aspect of openshift, this wll keep the interest and also it breaks down the complexity to reasonable chunks.
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Alternatives Considered
    Red Hat
    The Tanzu Platform seemed overly complicated, and the frequent changes to the portfolio as well as the messaging made us uneasy. We also decided it would not be wise to tie our application platform to a specific infrastructure provider, as Tanzu cannot be deployed on anything other than vSphere. SUSE Rancher seemed good overall, but ultimately felt closer to a DIY approach versus the comprehensive package that Red Hat OpenShift provides.
    Incentivized
    Read full review
    Amazon AWS
    Than Vertica: Redshift is cheaper and AWS integrated (which was a plus because the whole company was on AWS).
    Than BigQuery: Redshift has a standard SQL interface, though recently I heard good things about BigQuery and would try it out again.
    Than Hive: Hive is great if you are in the PB+ range, but latencies tend to be much slower than Redshift and it is not suited for ad-hoc applications.
    Incentivized
    Read full review
    Contract Terms and Pricing Model
    Red Hat
    It's easy to understand what are being billed and what's included in each type of subscription. Same with the support (Std or Premium) you know exactly what to expect when you need to use it. The "core" unit approach on the subscription made really simple to scale and carry the workloads from one site to another.
    Incentivized
    Read full review
    Amazon AWS
    Redshift is relatively cheaper tool but since the pricing is dynamic, there is always a risk of exceeding the cost. Since most of our team is using it as self serve and there is no continuous tracking by a dedicated team, it really needs time & effort on analyst's side to know how much it is going to cost.
    Incentivized
    Read full review
    Scalability
    Red Hat
    This is a great platform to deployment container applications designed for multiple use cases. Its reasonably scalable platform, that can host multiple instances of applications, which can seamlessly handle the node and pod failure, if they are configured properly. There should be some scalability best practices guide would be very useful
    Incentivized
    Read full review
    Amazon AWS
    No answers on this topic
    Return on Investment
    Red Hat
    • That is a complicated question and one that's not easy for me to answer. There's a lot of factors that go into all of the stuff that we just don't have an easy way of measuring. And we realize that while we're implementing Red Hat OpenShift, we've tried to start measuring some of that stuff, but we don't have a baseline to go on. So it's hard to say. What I can tell you is general experience with the platform has been extremely positive from the development aspect. Teams have been very, very happy with the speed at which they're able to do stuff. They've been happy with that. The way it works in one environment is exactly the way it works in the next environment because we don't have configuration drift, that type of thing, and has had very positive impacts. But we didn't have a baseline to start with. So I can't talk about getting there faster or anything like that.
    Incentivized
    Read full review
    Amazon AWS
    • Our company is moving to the AWS infrastructure, and in this context moving the warehouse environments to Redshift sounds logical regardless of the cost.
    • Development organizations have to operate in the Dev/Ops mode where they build and support their apps at the same time.
    • Hard to estimate the overall ROI of moving to Redshift from my position. However, running Redshift seems to be inexpensive compared to all the licensing and hardware costs we had on our RDBMS platform before Redshift.
    Incentivized
    Read full review
    ScreenShots