This product has charges associated with it for technical support with a 24-hour response time. This AMI contains PostgreSQL 17 on Debian12 repackaged by Easycloud. It is pre-initialized, fully configured as a systemd service.
This is a repackaged open source software product wherein additional charges apply for technical support with a 24-hour response time. PostgreSQL 17, built on a minimal Debian 12 (Bookworm) installation, is included in this AMI, repackaged by Easycloud. It provides a highly optimized, enterprise-grade object-relational database system, deliberately engineered for complex queries, data integrity, and extreme performance in modern cloud-native environments.
Core Features & Integrations
PostgreSQL 17 Performance Tuning: Pre-configured to leverage V17's advanced capabilities, including the overhauled memory management for 'vacuum' processes that significantly reduces system overhead. It comes pre-packaged with 'postgresql17-contrib', granting immediate access to essential extensions like 'pg_stat_statements' and 'uuid-ossp'.
Debian 12 (Bookworm) Optimized: Built on the pinnacle of Linux stability, leveraging a clean and bloat-free 'Debian' foundation the robust upstream for Ubuntu. This ensures a rock-solid, highly secure execution environment with a streamlined package base and long-term community support, offering a familiar experience for users migrating from Ubuntu-based or other Debian-derived ecosystems.
Cloud Infrastructure Ready: Equipped with cloud-init for automated provisioning and the Amazon SSM Agent for secure, keyless remote management via AWS Systems Manager.
Key Benefits
The Most Advanced Data Store: By starting with a bloat-free OS, maximum CPU and memory resources are dedicated to the PostgreSQL 'shared_buffers'. This makes it the perfect, conflict-free backend for complex enterprise frameworks (Spring Boot, Django, Laravel), modern ORMs (Hibernate, Prisma, SQLAlchemy), and heavy-duty analytical tools (Grafana, Metabase).
Heterogeneous Ecosystem & Migration Anchor: As a universally capable RDBMS, it provides a powerful, open-source migration target from high-cost commercial databases (Oracle, Microsoft SQL Server, IBM DB2) and acts as a feature-rich upgrade path from other relational platforms (MySQL, MariaDB, Amazon Aurora). It integrates flawlessly into modern architectures alongside distributed caches and NoSQL engines (Redis, MongoDB, Cassandra, Elasticsearch, DynamoDB).
Production Ready & Expert Support: Secured with the latest OS patches and hardened configurations. It delivers a highly stable environment, fully supported by comprehensive documentation and fast technical assistance (guaranteed 24-hour response time) to ensure your mission-critical data remains safe and available.
Highlights
Extensions Pre-loaded: Includes the 'contrib' package out-of-the-box, granting instant access to vital tools like 'pg_stat_statements' and 'uuid-ossp'.
Version 17 Ready: The database cluster is pre-initialized and natively integrated with systemd for automatic startup.
Expert Support: Backed by comprehensive documentation and fast, professional technical assistance.
AWS Marketplace now accepts line of credit payments through the PNC Vendor Finance program. This program is available to select AWS customers in the US, excluding NV, NC, ND, TN, & VT.
Pricing is based on actual usage, with charges varying according to how much you consume. Subscriptions have no end date and may be canceled any time. Alternatively, you can pay upfront for a contract, which typically covers your anticipated usage for the contract duration. Any usage beyond contract will incur additional usage-based costs.
Additional AWS infrastructure costs may apply. Use the AWS Pricing Calculator to estimate your infrastructure costs.
If you are an AWS Free Tier customer with a free plan, you are eligible to subscribe to this offer. You can use free credits to cover the cost of eligible AWS infrastructure. See AWS Free Tier for more details. If you created an AWS account before July 15th, 2025, and qualify for the Legacy AWS Free Tier, Amazon EC2 charges for Micro instances are free for up to 750 hours per month. See Legacy AWS Free Tier for more details.
You pay by the hour for PostgreSQL running on Debian 12, billed only for the time each instance runs. Pricing is not tiered. Instead, you pick one AWS EC2 instance type, and the hourly rate follows the size and family you choose. Smaller shared-CPU instances carry lower hourly rates, while large compute-, memory-, storage-, and accelerated GPU-optimized instances cost more per hour. This lets you match the instance to your database workload. Easycloud provides support for the software. Your total cost scales with instance size and how many hours you keep it running.
Top-of-mind questions for buyers
What am I paying for beyond the AWS instance when I choose an hourly rate?
The hourly rate covers the pre-configured PostgreSQL database running on Debian 12, plus support from Easycloud. You still pay AWS separately for the underlying compute and storage your chosen instance uses. Easycloud handles monitoring, backups, patching, and incident response for the software.
Am I charged when my instance is stopped or paused?
Charges accrue only while the instance runs. A stopped instance stops the hourly software charge. Note that AWS may still bill you for attached storage on a stopped instance, but the software meter counts running hours only.
How does the hourly rate change when I move to a bigger instance type?
There are no tiers. You pick one EC2 instance type, and its hourly rate reflects its size and family. Moving to a larger compute-, memory-, storage-, or GPU-optimized instance raises the hourly rate. Smaller shared-CPU types carry lower rates. You control cost by matching the instance to your workload.
www.easyclouds.io
Helpful?
Vendor refund policy
No refunds. Cancel anytime.
How can we make this page better?
Tell us how we can improve this page, or report an issue with this product.
Give us feedbackReport a problem with this product or seller
Legal
Vendor terms and conditions
Upon subscribing to this product, you must acknowledge and agree to the terms and conditions outlined in the vendor's End User License Agreement (EULA).
Content disclaimer
Vendors are responsible for their product descriptions and other product content. AWS does not warrant that vendors' product descriptions or other product content are accurate, complete, reliable, current, or error-free.
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:
Access the instance via SSH using the 'admin' user. Use 'sudo' to run commands requiring root privileges. To switch to the root user, use 'sudo su - root'.
Install Information
Operating System: Debian 12 (Bookworm)
PostgreSQL Version: 17
Port: 5432
Superuser: postgres
Data Directory: '/var/lib/postgresql/17/main/'
Config Files: '/etc/postgresql/17/main/postgresql.conf' and '/etc/postgresql/17/main/pg_hba.conf'
Log Directory: '/var/log/postgresql/'
Usage Instructions
Local Admin Access: Connect locally by running: 'sudo -u postgres psql'
Manage Service: Use 'sudo systemctl start/stop/restart postgresql@17-main' 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 '/etc/postgresql/17/main/postgresql.conf', find the 'listen_addresses' parameter, uncomment it, and set it to:
listen_addresses = '*'
Step 2: Open '/etc/postgresql/17/main/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@17-main
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.
This product has charges associated with it for seller support. PostgreSQL on CentOS 10 is a robust, open-source relational database management system optimized for performance and reliability in cloud environments. It leverages the stability of CentOS 10, providing a secure and efficient platform for deploying scalable applications. With features such as advanced data types, support for concurrent connections, and powerful indexing, this AMI is perfect for handling complex queries and large datasets. It's ideal for developers and businesses looking to manage data-intensive applications, from web services to analytics. Streamline your database management and enhance your application's performance with this ready-to-run PostgreSQL instance, all while enjoying the benefits of seamless integration within the AWS ecosystem.
This product has charges associated with it for seller support. PostgreSQL on Ubuntu 24.04 LTS offers a powerful, open-source relational database management system, optimized for high performance, reliability, and scalability. Leveraging the stability of Ubuntu 24.04 LTS, this AMI simplifies the deployment of PostgreSQL in the EC2 cloud, enabling seamless integration with your applications. Benefit from advanced features such as JSON support, full-text search, and robust transaction processing capabilities. Ideal for developers and businesses needing a reliable database environment for web applications, analytics, and data-intensive workloads, this AMI allows for quick launch with pre-configured settings to expedite your project timelines. Utilize automated backups and scaling options to ensure your database grows with your business without compromising performance or security.
This product has charges associated with it for seller support. PostgreSQL on Amazon Linux 2023 offers a highly scalable, open-source relational database solution optimized for the AWS cloud environment. Deploying this AMI provides a secure, well-configured PostgreSQL installation, allowing you to focus on building applications without worrying about the underlying infrastructure. Leverage seamless integration with other AWS services, such as S3 for storage and Lambda for serverless computing, to enhance your application capabilities. The latest Amazon Linux 2023 enhancements ensure robust performance and security, while automatic updates keep your system running smoothly. Ideal for developers and enterprises looking to host applications ranging from data warehousing to web applications, this AMI simplifies PostgreSQL management and accelerates your time to market, making it a strategic choice for cloud-based database solutions.
This product has charges associated with it for seller support and pre-configured stack (Adminer) in it. Intuz PostgreSQL is a pre-configured, ready to run image for running PostgreSQL on Amazon EC2 and has Apache2, PHP, Adminer, PostgreSQL, and Scripts which make it easy for you to use PostgreSQL.
PostgreSQL for AWS Graviton (arm64): Deploy a secure, enterprise-grade database on SLES. Preconfigured and maintained by SUSE, this image significantly reduces set up time and operational risk. Full stack support and the SUSE Secure Software Supply Chain with SBOM provide verifiable assurance for critical data workloads.
Be the first to review this product. We've partnered with PeerSpot to gather customer feedback. You can share your experience by writing or recording a review, or scheduling a call with a PeerSpot analyst.