Listing Thumbnail

    Hardened PostgreSQL on Ubuntu 26.04 by Verified Images

     Info
    Deployed on AWS
    AWS Free Tier
    This product has charges associated with it for the hardened, security-maintained image. A hardened, production-ready PostgreSQL database server on Ubuntu 26.04 LTS with per-instance credentials, TLS, nightly backups, and automatic security updates, security-maintained by Verified Images.

    Overview

    This is a repackaged open source software product wherein additional charges apply for the hardened, security-maintained image (rebuilt and re-verified as new CVEs are disclosed).

    Verified Images publishes a hardened, production-ready PostgreSQL database server on Ubuntu 26.04 LTS. PostgreSQL is the powerful, standards-compliant open-source relational database trusted for transactional and analytical workloads. The server is tuned and locked down at first boot, so you get a running, maintained database in minutes instead of installing and hardening PostgreSQL by hand. It is a straightforward, drop-in replacement for other self-managed PostgreSQL images.

    What's included beyond a stock install:

    • No baked-in credentials: on first launch the image generates a random, per-instance superuser password and a separate password for a ready-to-use application role and database. Nothing secret is stored in the AMI, and every instance is unique. Retrieve the password from the SSH login banner, from the root-only credentials file, or with "sudo pgctl info".
    • Secure by construction: PostgreSQL ships bound to localhost with no password; first boot sets the password over the local socket and only then opens the network listener, so the database port never comes up unauthenticated.
    • TLS by default: the server is configured for encrypted (SSL) connections out of the box; point your own certificate at it with one command when you are ready.
    • A one-command operator CLI (pgctl): status, connection details, password rotation, on-demand and scheduled backups, guided restore, and enabling TLS or remote access, all in a single tool.
    • Automated nightly logical backups (pg_dumpall) with rotation (last 7 kept), plus on-demand backup and guided restore.
    • A hardened database baseline: scram-sha-256 password authentication, a least-privilege host-based access policy (pg_hba) that requires a password for every network connection with no "trust" rules, sensible logging defaults, and the data directory owned by an unprivileged service account under systemd.
    • A hardened OS baseline (inherited from the Verified Images hardened Ubuntu 26.04 image): SSH password authentication and root login are disabled, a kernel/network sysctl hardening profile is applied, no default OS passwords or SSH keys are baked in, and automatic OS security patching (unattended-upgrades) is enabled.
    • AWS Systems Manager (SSM) agent preinstalled for keyless, auditable instance management.
    • Ongoing security maintenance: the hardened image is rebuilt and re-verified as new CVEs are disclosed, so new launches stay current.

    PostgreSQL is distributed under the PostgreSQL License, a permissive open-source license in the BSD/MIT family that allows commercial use, modification, and redistribution; it is not a source-available or resale-restricted license. PostgreSQL is a trademark of the PostgreSQL Community Association of Canada; Verified Images is an independent repackager and is not affiliated with, sponsored by, or endorsed by the PostgreSQL project.

    Highlights

    • Production-ready PostgreSQL in minutes - a tuned, hardened PostgreSQL server on Ubuntu 26.04 with TLS and no baked-in credentials; first boot generates a random per-instance superuser password (retrieve it from the login banner or 'sudo pgctl info') and creates a ready-to-use application database and role.
    • Operates itself - one-command pgctl for connection details, password rotation, backups, restore, and enabling TLS or remote access; nightly rotated logical backups; automatic OS security patching; SSM agent preinstalled.
    • Security-maintained - the hardened image is rebuilt and re-verified as new CVEs are disclosed, so new launches ship current. A clean drop-in for self-managed PostgreSQL images.

    Details

    Delivery method

    Delivery option
    64-bit (x86) Amazon Machine Image (AMI)

    Latest version

    Operating system
    Ubuntu 26.04

    Deployed on AWS
    New

    Introducing multi-product solutions

    You can now purchase comprehensive solutions tailored to use cases and industries.

    Multi-product solutions

    Features and programs

    Financing for AWS Marketplace purchases

    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.
    Financing for AWS Marketplace purchases

    Pricing

    Hardened PostgreSQL on Ubuntu 26.04 by Verified Images

     Info
    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.
    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.

    Usage costs (12)

     Info
    Dimension
    Cost/hour
    t3.small
    Recommended
    $0.06
    t3.micro
    $0.05
    m5.2xlarge
    $0.40
    t3.large
    $0.16
    m5.xlarge
    $0.25
    t3.2xlarge
    $0.40
    t3.medium
    $0.10
    c5.large
    $0.16
    c5.xlarge
    $0.25
    m5.large
    $0.16

    Vendor refund policy

    Refunds are handled through AWS Marketplace in accordance with AWS Marketplace's standard refund policy. To request a refund, buyers should submit a request via AWS Marketplace. For product-related questions, contact support@verified-images.com .

    How can we make this page better?

    Tell us how we can improve this page, or report an issue with this product.
    Tell us how we can improve this page, or report an issue with this product.

    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.

    Usage information

     Info

    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

    Initial release: hardened PostgreSQL database server on Ubuntu 26.04 LTS. TLS enabled by default, scram-sha-256 authentication, per-instance random credentials (a random superuser password plus a ready-to-use application database and role created at first boot, retrievable via the SSH login banner or 'sudo pgctl info'), the pgctl operator CLI, nightly automated logical backups, automatic OS security patching, and the Verified Images hardened OS baseline (SSH lockdown, sysctl hardening, SSM agent). Fully patched as of build date.

    Additional details

    Usage instructions

    1. Launch this AMI from AWS Marketplace on a t3.small (t3.micro minimum for light use; size up for production). Assign your own EC2 key pair and a security group.

    2. Security group: open TCP 22 (SSH) from your IP for administration, and TCP 5432 (PostgreSQL) only from the application tier or client IPs that need database access. Do not open 5432 to the world.

    3. First boot generates credentials and initializes the database; it takes about a minute. Retrieve the per-instance superuser password: it is shown in the SSH login banner and can be printed any time with "sudo pgctl info" (readable by root only). It is also stored in /root/verified-images-db-credentials.

    4. Connect over the network using the superuser password from step 3: psql "host=<public-ip> port=5432 user=postgres dbname=postgres sslmode=require" or from any PostgreSQL client with user "postgres", the retrieved password, and SSL enabled. A ready-to-use application database ("appdb") and role ("appuser") are also created at first boot (details via "sudo pgctl info").

    5. Administer locally over SSH as the "ubuntu" user (SSH password auth and root login are disabled by design; use your key pair and sudo): sudo pgctl status (server status + health) sudo pgctl info (host, port, database, roles, and the password) sudo pgctl rotate-password (set a new superuser password and print it) sudo pgctl backup (on-demand backup; nightly backups run automatically) sudo pgctl enable-tls /path/to/fullchain.pem /path/to/privkey.pem (use your own certificate) Or connect directly on the box with: sudo -u postgres psql

    6. Rotate the superuser password (sudo pgctl rotate-password) before exposing the database more widely, and restrict the security group to known clients. Automatic OS security updates are enabled (unattended-upgrades); no action needed. Questions: support@verified-images.com . Include your instance ID and a description of the issue.

    Support

    Vendor support

    support@verified-images.com  (Verified Images, a DBA of CarmelTech LLC).

    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

    Ratings and reviews

     Info
    0 ratings
    5 star
    4 star
    3 star
    2 star
    1 star
    0%
    0%
    0%
    0%
    0%
    0 reviews
    No customer reviews yet
    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.