StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Stackups
  2. Application & Data
  3. Relational Databases
  4. Postgresql As A Service
  5. Amazon RDS for PostgreSQL vs Heroku Postgres

Amazon RDS for PostgreSQL vs Heroku Postgres

OverviewDecisionsComparisonAlternatives

Overview

Amazon RDS for PostgreSQL
Amazon RDS for PostgreSQL
Stacks813
Followers607
Votes40
Heroku Postgres
Heroku Postgres
Stacks607
Followers314
Votes38

Amazon RDS for PostgreSQL vs Heroku Postgres: What are the differences?

Amazon RDS for PostgreSQL: * Set up, operate, and scale PostgreSQL deployments in the cloud*. Amazon RDS manages complex and time-consuming administrative tasks such as PostgreSQL software installation and upgrades, storage management, replication for high availability and back-ups for disaster recovery. With just a few clicks in the AWS Management Console, you can deploy a PostgreSQL database with automatically configured database parameters for optimal performance. Amazon RDS for PostgreSQL database instances can be provisioned with either standard storage or Provisioned IOPS storage. Once provisioned, you can scale from 10GB to 3TB of storage and from 1,000 IOPS to 30,000 IOPS; Heroku Postgres: Heroku's Database-as-a-Service. Based on the most powerful open-source database, PostgreSQL. Heroku Postgres provides a SQL database-as-a-service that lets you focus on building your application instead of messing around with database management.

Amazon RDS for PostgreSQL and Heroku Postgres can be primarily classified as "PostgreSQL as a Service" tools.

Some of the features offered by Amazon RDS for PostgreSQL are:

  • Monitoring and Metrics –Amazon RDS provides Amazon CloudWatch metrics for you DB Instance deployments at no additional charge.
  • DB Event Notifications –Amazon RDS provides Amazon SNS notifications via email or SMS for your DB Instance deployments.
  • Automatic Software Patching – Amazon RDS will make sure that the PostgreSQL software powering your deployment stays up-to-date with the latest patches.

On the other hand, Heroku Postgres provides the following key features:

  • High Availability
  • Rollback
  • Dataclips

"Easy setup, backup, monitoring" is the primary reason why developers consider Amazon RDS for PostgreSQL over the competitors, whereas "Easy to setup" was stated as the key factor in picking Heroku Postgres.

According to the StackShare community, Amazon RDS for PostgreSQL has a broader approval, being mentioned in 167 company stacks & 29 developers stacks; compared to Heroku Postgres, which is listed in 74 company stacks and 39 developer stacks.

Share your Stack

Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.

View Docs
CLI (Node.js)
or
Manual

Advice on Amazon RDS for PostgreSQL, Heroku Postgres

Ger
Ger

Software Developer at NA

Mar 4, 2022

Review

My perspective on several points:

  1. Your solution can be worked from the same database
  2. The dynamism of updating (updated or new structures) will depend on how you structure the relational database
  3. You can work with table schemas or namespaces to define your clients in the database, this will help if they need something custom, it will not affect the schemas of the other clients.
  4. If in the short or medium term there is no customization or it is minimal, I think it is possible to work without the table schemas/namespaces.
  5. It is important to define the indexes of the tables or structures for concurrent data, this will help that when the information grows over time and the critical maintenance is more controlled
  6. Using Azure or AWS or any platform as a service will help you manage the demand for access to your data, the cost will depend on the concurrence and the efficiency of your data access queries.
  7. If you need all changes in structures to be versioned for new updates or restore changes, in addition to being connected with the development process until they reach production, they must go through a continuous integration process that allows them to go through all the necessary test flows. and test environments for core change control as well as customization. All this is given to you by a platform as a service solution using CI/CD in the development process.

You can't just think only about the database but also about how to move all the development to the production environment.

6.27k views6.27k
Comments
Lonnie
Lonnie

CEO - Co-founder US, Mexico Binational Tech Start-up Accelerator, Incubator at Framework Science

May 9, 2019

ReviewonAmazon DynamoDBAmazon DynamoDBAmazon RDS for PostgreSQLAmazon RDS for PostgreSQL

We use Amazon RDS for PostgreSQL because RDS and Amazon DynamoDB are two distinct database systems. DynamoDB is NoSQL DB whereas RDS is a relational database on the cloud. The pricing will mainly differ in the type of application you are using and your requirements. For some applications, both DynamoDB and RDS, can serve well, for some it might not. I do not think DynamoDB is cheaper. Right now we are helping Companies in Silicon Valley and in Southern California go SERVERLESS - drastically lowering costs if you are interested in hearing how we go about it.

9.18k views9.18k
Comments
Jorge
Jorge

Jan 15, 2020

Needs advice

Considering moving part of our PostgreSQL database infrastructure to the cloud, however, not quite sure between AWS, Heroku, Azure and Google cloud. Things to consider: The main reason is for backing up and centralize all our data in the cloud. With that in mind the main elements are: -Pricing for storage. -Small team. -No need for high throughput. -Support for docker swarm and Kubernetes.

51.8k views51.8k
Comments

Detailed Comparison

Amazon RDS for PostgreSQL
Amazon RDS for PostgreSQL
Heroku Postgres
Heroku Postgres

Amazon RDS manages complex and time-consuming administrative tasks such as PostgreSQL software installation and upgrades, storage management, replication for high availability and back-ups for disaster recovery. With just a few clicks in the AWS Management Console, you can deploy a PostgreSQL database with automatically configured database parameters for optimal performance. Amazon RDS for PostgreSQL database instances can be provisioned with either standard storage or Provisioned IOPS storage. Once provisioned, you can scale from 10GB to 3TB of storage and from 1,000 IOPS to 30,000 IOPS.

Heroku Postgres provides a SQL database-as-a-service that lets you focus on building your application instead of messing around with database management.

Monitoring and Metrics –Amazon RDS provides Amazon CloudWatch metrics for you DB Instance deployments at no additional charge.;DB Event Notifications –Amazon RDS provides Amazon SNS notifications via email or SMS for your DB Instance deployments.;Automatic Software Patching – Amazon RDS will make sure that the PostgreSQL software powering your deployment stays up-to-date with the latest patches.;Automated Backups – Turned on by default, the automated backup feature of Amazon RDS enables point-in-time recovery for your DB Instance.;DB Snapshots – DB Snapshots are user-initiated backups of your DB Instance.;Pre-configured Parameters – Amazon RDS for PostgreSQL deployments are pre-configured with a sensible set of parameters and settings appropriate for the DB Instance class you have selected.;PostGIS;Language Extensions :PL/Perl, PL/pgSQL, PL/Tcl;Full Text Search Dictionaries;Advanced Data Types : HStore, JSON;Core PostgreSQL engine features
High Availability;Rollback;Dataclips;Automated Health Checks
Statistics
Stacks
813
Stacks
607
Followers
607
Followers
314
Votes
40
Votes
38
Pros & Cons
Pros
  • 25
    Easy setup, backup, monitoring
  • 13
    Geospatial support
  • 2
    Master-master replication using Multi-AZ instance
Pros
  • 29
    Easy to setup
  • 3
    Follower databases
  • 3
    Extremely reliable
  • 3
    Dataclips for sharing queries
Cons
  • 2
    Super expensive
Integrations
No integrations available
PostgreSQL
PostgreSQL
Heroku
Heroku

What are some alternatives to Amazon RDS for PostgreSQL, Heroku Postgres?

ElephantSQL

ElephantSQL

ElephantSQL hosts PostgreSQL on Amazon EC2 in multiple regions and availability zones. The servers are continuously transferring the Write-Ahead-Log (the transaction log) to S3 for maximum reliability.

Database Labs

Database Labs

We manage an optimized Postgres image. You focus on your core app, not on becoming a database administrator.

Google Cloud SQL for PostgreSQL

Google Cloud SQL for PostgreSQL

With Cloud SQL for PostgreSQL, you can spend less time on your database operations and more time on your applications.

Azure Database for PostgreSQL

Azure Database for PostgreSQL

Azure Database for PostgreSQL provides a managed database service for app development and deployment that allows you to stand up a PostgreSQL database in minutes and scale on the fly – on the cloud you trust most.

Neon Database

Neon Database

It is a fully managed serverless PostgreSQL. Neon separates storage and compute to offer modern developer features such as serverless, branching, bottomless storage, and more.

Amazon Aurora PostgreSQL

Amazon Aurora PostgreSQL

It is a fully managed, PostgreSQL–compatible, and ACID–compliant relational database engine that combines the speed, reliability, and manageability of Amazon Aurora with the simplicity and cost-effectiveness of open-source databases.

Crunchy Bridge

Crunchy Bridge

It is a fully-managed database as a service. It takes care of backups, high availability, monitoring. Additionally, it is multi-cloud supporting AWS and Azure and comes with PL/Python3u and PL/R for more powerful work.

Vercel Postgres

Vercel Postgres

It enables you to create scalable, secure PostgreSQL databases. You should use Vercel Postgres if you need to manage customer profiles, user-generated content, financial transaction processing, or other complex data.

PaaS DB PostgreSQL

PaaS DB PostgreSQL

A simple product to get an operational database without any pain about server management, security settings and upgrading. We provide resources to instanciate your database (PostgreSQL 9.4). Our goal is to propose this service with an hourly billing.

Related Comparisons

Bootstrap
Materialize

Bootstrap vs Materialize

Laravel
Django

Django vs Laravel vs Node.js

Bootstrap
Foundation

Bootstrap vs Foundation vs Material UI

Node.js
Spring Boot

Node.js vs Spring-Boot

Liquibase
Flyway

Flyway vs Liquibase