Overview
PostgreSQL (Postgres) is an open source object-relational database known for reliability and data integrity. ACID-compliant, it supports foreign keys, joins, views, triggers and stored procedures.
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
Why use Bitnami Certified Apps?
Bitnami certified images are always up-to-date, secure, and built to work right out of the box.
Bitnami packages applications following industry standards, and continuously monitors all components and libraries for vulnerabilities and application updates. When any security threat or update is identified, Bitnami automatically repackages the applications and pushes the latest versions to the cloud marketplaces.
Highlights
- It contains comparable enterprise class features such as full ACID compliance for outstanding transaction reliability and Multi-Version Concurrency Control for supporting high concurrent loads.
- It is an object-relational database management system with an emphasis on extensibility and standards-compliance.
- Data integrity features include (compound) primary keys, foreign keys with restricting and cascading updates/deletes, check constraints, unique constraints, and not null constraints.
Details
Typical total price
$0.019/hour
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Instance type | Product cost/hour | EC2 cost/hour | Total/hour |
---|---|---|---|
t2.nano | $0.00 | $0.006 | $0.006 |
t2.micro AWS Free Tier | $0.00 | $0.012 | $0.012 |
t2.small | $0.00 | $0.023 | $0.023 |
t2.medium | $0.00 | $0.046 | $0.046 |
t2.large | $0.00 | $0.093 | $0.093 |
t2.xlarge | $0.00 | $0.186 | $0.186 |
t2.2xlarge | $0.00 | $0.371 | $0.371 |
t3.nano | $0.00 | $0.005 | $0.005 |
t3.micro AWS Free Tier | $0.00 | $0.01 | $0.01 |
t3.small | $0.00 | $0.021 | $0.021 |
Additional AWS infrastructure costs
Type | Cost |
---|---|
EBS General Purpose SSD (gp2) volumes | $0.10/per GB/month of provisioned storage |
Vendor refund policy
N/A
Legal
Vendor terms and conditions
Content disclaimer
Delivery details
64-bit (x86) Amazon Machine Image (AMI)
Amazon Machine Image (AMI)
An AMI is a virtual image that provides the information required to launch an instance. Amazon EC2 (Elastic Compute Cloud) instances are virtual servers on which you can run your applications and workloads, offering varying combinations of CPU, memory, storage, and networking resources. You can launch as many instances from as many different AMIs as you need.
Version release notes
- Removed bndiagnostic
- Updated postgresql to 14.14.0
Additional details
Usage instructions
Once the instance is running, access your instance via SSH using the username 'bitnami' and your Amazon private key. The default server administrator is 'postgres'. Please check our documentation at https://docs.bitnami.com/aws/faq/get-started/find-credentials/ to learn how to get your password. For additional setup instructions and frequently asked questions please go to https://docs.bitnami.com/aws/infrastructure/postgresql/
Resources
Vendor resources
Support
Vendor support
Bitnami also provides technical documentation for installation and setup issues through our support center at
AWS infrastructure support
AWS Support is a one-on-one, fast-response support channel that is staffed 24x7x365 with experienced and technical support engineers. The service helps customers of all sizes and technical abilities to successfully utilize the products and features provided by Amazon Web Services.
Similar products
Customer reviews
Documentation does not match
The documentation does not match the image. If you follow the documentation you will quickly realize that there are inconsistencies. If you try to open ports - according to documentation - this is done via "ufw". But the image does not ship with ufw.
Inconsistencies like this make using the image impossible, since you cannot be certain what you got. Better do the setup yourself.
Innacurate documentation
I encountered a couple of inaccurate configuration instructions related to incorrect file paths. The whole point of technical guides is to help not hinder and frustrate users.
INCORRECT
/opt/bitnami/postgresql/data/pg_hba.conf
/opt/bitnami/postgresql/data/postgresql.conf
CORRECT
/opt/bitnami/postgresql/conf/pg_hba.conf
/opt/bitnami/postgresql/conf/postgresql.conf