Overview
This is a repackaged open source software product wherein additional charges apply for support and maintenance provided by Texcio Inc.
The Texcio PostgreSQL on Ubuntu 24.04 with Support AMI provides a ready to use PostgreSQL environment designed for developers, data engineers, and enterprises that require a reliable and secure database platform. With this AMI, you can launch an EC2 instance and immediately begin creating and managing PostgreSQL databases without manual installation steps.
Charges: Fees are applied for packaging, testing, integration, maintenance, and ongoing support provided by Texcio Inc.
Included Components Ubuntu 24.04 LTS PostgreSQL (latest stable release) Configured to run as a systemd service Secured default configuration (password authentication enabled, root remote login disabled) UFW preconfigured for port 22 (SSH) and 5432 (PostgreSQL)
Use Cases Application backends requiring relational databases Data analytics pipelines Development and testing environments Enterprise workloads with PostgreSQL compatibility
Highlights
- Preinstalled PostgreSQL database on Ubuntu 24.04 LTS
- Secured with password authentication and firewall configuration
- Ready for developers, data engineers, and enterprise workloads
Details
Unlock automation with AI agent solutions

Features and programs
Financing for AWS Marketplace purchases
Pricing
Dimension | Cost/hour |
---|---|
t3.medium Recommended | $0.028 |
t3.micro AWS Free Tier | $0.011 |
t3.large | $0.05 |
t3.small | $0.017 |
t3.xlarge | $0.088 |
t3.nano | $0.006 |
Vendor refund policy
All purchases are final. Refunds are not available once the AMI has been launched.
If you encounter technical issues, Texcio Inc. will provide support through info@texcio.com .
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
Based on Ubuntu 24.04 LTS (x86_64) Installed PostgreSQL (latest stable release) Configured PostgreSQL to start automatically on boot Enabled password authentication in pg_hba.conf UFW configured to allow SSH (22) and PostgreSQL (5432) Verified psql client connects successfully
Additional details
Usage instructions
- Launch the AMI from the AWS EC2 Console.
- Choose an instance type (recommended: t3.medium or larger for production).
- Ensure your security group allows inbound: TCP 22 (SSH) TCP 5432 (PostgreSQL)
- Connect to the instance using SSH: ssh -i <your-key.pem> ubuntu@<EC2-Public-IP>
- Switch to PostgreSQL user and access database: sudo -i -u postgres psql
- Create a new user and database: CREATE USER myuser WITH PASSWORD 'mypassword'; CREATE DATABASE mydb OWNER myuser;
- Connect from your app or client using: psql -h <EC2-Public-IP> -U myuser -d mydb
Support
Vendor support
Texcio Inc provides customer support for this product. Email: info@texcio.com Contact:
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.