Overview
This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. PostgreSQL 16, built on a minimal Amazon Linux 2023 installation, is included in this AMI, repackaged by Easycloud. It provides a mature, production-hardened relational database engine with strict ACID guarantees, deliberately engineered to serve as a dependable long-lived data layer for teams that standardize on a single PostgreSQL major version.
Core Features & Integrations
-
Amazon Linux 2023 Foundation: Provides a highly optimized, cloud-native underlying OS with familiar RPM ecosystem paradigms, ensuring high security, AWS-native performance, and seamless operational interoperability for users transitioning from RHEL, AlmaLinux, Rocky Linux, and traditional CentOS deployments.
-
PostgreSQL 16: One of the world's most advanced open-source relational database systems, known for strict ACID compliance, a rich SQL feature set, and deep extensibility through JSONB, full text search, and foreign data wrappers. Release 16 introduced parallel execution of FULL and RIGHT outer joins, logical replication from standby servers, SQL/JSON constructor syntax, and the pg_stat_io view for fine-grained I/O observability. The matching contrib extension set is installed alongside the server, so widely used modules such as pg_stat_statements, pgcrypto, and postgres_fdw are available immediately.
Key Benefits
-
A Mature Release With the Widest Ecosystem Compatibility: PostgreSQL 16 has been running production workloads since September 2023, which has given extensions, drivers, ORMs, and operational tooling years to converge on it and makes it a low-risk target for stacks that must certify against one major version. It carries upstream community support through November 2028, so the deployment has years of patch coverage ahead of it without requiring a major-version migration. For teams standardizing a fleet on a single release, that combination of proven field history and remaining support runway often matters more than having the newest feature set.
-
The Perfect High-Performance Data Layer: By starting with a bloat-free Amazon Linux 2023 installation, maximum CPU and memory are dedicated entirely to the PostgreSQL engine. This makes it the perfect, conflict-free foundation for application backends written with Django, Ruby on Rails, Spring Boot, Node.js, and Python, together with the ORM layers they depend on such as Hibernate, SQLAlchemy, and ActiveRecord. It seamlessly integrates with the many self-hosted platforms that treat PostgreSQL as their primary store (Supabase, Keycloak, Odoo, Discourse, Gitea, Nextcloud, Matomo), sits comfortably beside complementary data services (MySQL, MariaDB, Redis), and serves as a rock-solid backbone for reporting and operations tooling (Metabase, Grafana, Zabbix, Docker, Kubernetes, Terraform), ensuring your data infrastructure scales without limits.
-
Production Ready & Expert Support: Secured with the latest OS patches. It delivers a highly stable environment, fully supported by comprehensive documentation and fast technical assistance (guaranteed 24-hour response time) to ensure your infrastructure runs smoothly without costly downtime.
Highlights
- Amazon Linux 2023 (Minimal Installation),updated to the latest version.
- Professional installation following best practices.
- Expert Support: Backed by comprehensive documentation and fast, professional technical assistance.
Details
Introducing multi-product solutions
You can now purchase comprehensive solutions tailored to use cases and industries.
Features and programs
Financing for AWS Marketplace purchases
Pricing
- ...
Dimension | Cost/hour |
|---|---|
t3.medium Recommended | $0.04 |
t2.micro | $0.03 |
t3.micro | $0.03 |
t2.nano | $0.03 |
t3.nano | $0.03 |
t3a.nano | $0.03 |
t1.micro | $0.03 |
t3a.micro | $0.03 |
m1.small | $0.04 |
t2.small | $0.04 |
Vendor refund policy
No refunds. Cancel anytime.
How can we make this page better?
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
Latest Updates
Additional details
Usage instructions
Connection Methods
Once launched, SSH into the instance. The default username is 'ec2-user'. You can switch to the root user environment by running: sudo su -
This product requires SSH for initial setup and all database administration (peer authentication only). There is no web console and no default password.
Install Information
-
OS: Amazon Linux 2023
-
PostgreSQL: 16.14
-
Service Name: postgresql
-
Config File: '/var/lib/pgsql/data/postgresql.conf'
-
Authentication Config: '/var/lib/pgsql/data/pg_hba.conf'
-
Data Directory: '/var/lib/pgsql/data'
Usage Instructions
-
Local Admin Access: Connect locally by running: 'sudo -u postgres psql'
-
Manage Service: Use 'sudo systemctl start/stop/restart postgresql' to control the database daemon.
-
Enable Remote Access:
By default, PostgreSQL only allows local connections. To enable remote access, complete these exact steps:
-
Step 1: Open '/var/lib/pgsql/data/postgresql.conf', find the 'listen_addresses' parameter, uncomment it, and set it to: listen_addresses = '*'
-
Step 2: Open '/var/lib/pgsql/data/pg_hba.conf', scroll to the very bottom, and append this exact line: host all all 0.0.0.0/0 scram-sha-256
-
Step 3: Apply the configuration changes by running: sudo systemctl restart postgresql
-
Step 4: AWS Firewall: Go to your AWS Console and ensure the EC2 Security Group has an Inbound Rule allowing TCP Port 5432.
Firewall Configuration
-
SSH (Port 22): Required for initial system access.
-
PostgreSQL (Port 5432): Required for remote database clients (e.g., pgAdmin, DBeaver) or application servers to connect.
-
Security Recommendation: For production environments, strictly limit access to ports 22 and 5432 to trusted IP addresses only via AWS Security Groups.
Support
Vendor support
Should you encounter any issues while using the system, please do not hesitate to contact us via email at: support@easyclouds.io ,Thank you!
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.