Overview
pgAdmin 4 login page
The pgAdmin 4 web interface login page served by Apache httpd, accessible at the instance IP address with no manual setup.
pgAdmin 4 login page
pgAdmin 4 object browser
PostgreSQL service status
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
PostgreSQL with pgAdmin 4 - Ready in Minutes, Backed by Expert Support
This AMI delivers a fully configured PostgreSQL database server paired with the pgAdmin 4 browser-based administration interface. Unlike a vanilla PostgreSQL installation that requires manual security hardening, user creation, and tool configuration, this image launches with unique per-instance credentials, pre-integrated web management, and a dedicated data volume - eliminating hours of setup work.
This is a repackaged open source software product. A software fee applies on top of standard EC2 infrastructure costs for cloudimg's 24/7 expert support services.
Who This Is For
Development teams and solo engineers who need a production-ready PostgreSQL environment on AWS without dedicated DBA resources. Ideal for startups prototyping applications, teams running CI/CD staging databases, or small organizations that want expert database support without hiring in-house.
Database Stack
- PostgreSQL from official PGDG repository with contrib extensions package included
- Dedicated EBS data volume - resize your database storage independently from the OS disk without downtime risk
- scram-sha-256 authentication pre-configured in pg_hba.conf for secure local connections
- Unlike self-managed installs, there are no default passwords or shared credentials in the image
pgAdmin 4 Web Interface
pgAdmin 4 is served by Apache httpd at the /pgadmin4/ path. Navigate to your instance IP in any browser to reach the pgAdmin login page. From there you can:
- Create and manage databases, schemas, and tables
- Run SQL queries with syntax highlighting
- Inspect execution plans and optimize queries
- Monitor server activity and active connections
- Manage users and permissions visually
The local PostgreSQL server is pre-registered as a named connection in pgAdmin, so you can start running queries immediately after login - no connection string configuration needed.
Secure First Boot
Every instance launch triggers a one-shot service that generates:
- A fresh PostgreSQL superuser password (unique to that instance)
- A fresh pgAdmin administrator password (unique to that instance)
The pgAdmin database is recreated from scratch so no build-time credentials persist. Both passwords are written to /root/postgresql-credentials.txt (readable only by root) and displayed at SSH login via MOTD. This eliminates the security risk of shared default credentials found in many community AMIs.
Getting Started
- Launch the AMI on your chosen EC2 instance type
- SSH into the instance and note the credentials displayed in the MOTD
- Open your browser and navigate to http://[instance-ip]/pgadmin4/
- Log in with the generated pgAdmin credentials
- The local PostgreSQL server is already registered - start creating databases immediately
Use Cases
- SaaS application backends - Spin up isolated PostgreSQL instances for each microservice or per-developer staging environments in a CI/CD pipeline
- Analytics and reporting - Leverage extensions like pg_stat_statements and pg_trgm for query performance analysis
- Document storage - Use JSONB columns for flexible schema-less data alongside relational tables
- Full-text search - Built-in tsvector support for search without external dependencies
- Geographic data - Add PostGIS for spatial queries and location-based applications
- Development and staging - Quickly provision throwaway databases for testing with zero configuration overhead
cloudimg Support
24/7 technical support from cloudimg engineers covering PostgreSQL deployment, upgrades, performance tuning, replication configuration, backup strategy, pgAdmin configuration, and database administration. Critical issues receive a one-hour average response time.
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.
Highlights
- PostgreSQL and pgAdmin 4 preinstalled with no manual setup, with the pgAdmin web interface served by Apache httpd at /pgadmin4/ and the local PostgreSQL server pre-registered for immediate use
- Secure first boot generates a fresh PostgreSQL superuser password and pgAdmin admin password for every instance, stored in a root-only file, with no shared or default credentials in the image
- 24/7 technical support from cloudimg for PostgreSQL deployment, replication, backup, performance tuning and pgAdmin administration
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
Free trial
- ...
Dimension | Description | Cost/hour |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
c6i.32xlarge | c6i.32xlarge instance type | $0.24 |
r8idn.8xlarge | r8idn.8xlarge instance type | $0.24 |
g6f.xlarge | g6f.xlarge instance type | $0.12 |
m5d.16xlarge | m5d.16xlarge instance type | $0.24 |
r7iz.32xlarge | r7iz.32xlarge instance type | $0.24 |
c7a.8xlarge | c7a.8xlarge instance type | $0.24 |
r5d.metal | r5d.metal instance type | $0.24 |
Vendor refund policy
Refunds available on request.
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
Initial release of PostgreSQL with pgAdmin 4.
Additional details
Usage instructions
Connect via SSH on port 22 as the default login user for your operating system variant (the user guide lists it per variant). Retrieve your generated credentials with: sudo cat /root/postgresql-credentials.txt. Browse to http://<instance-public-ip>/pgadmin4/ and sign in with the pgadmin.admin.email and pgadmin.admin.password from the credentials file. The local PostgreSQL server is pre-registered in pgAdmin. To connect from psql: PGPASSWORD=<postgresql.superuser.password> psql -U postgres -h 127.0.0.1. Restrict port 5432 to trusted networks for production deployments. To enable HTTPS, follow the reverse proxy section of the user guide.
Resources
Vendor resources
Support
Vendor support
cloudimg Support
cloudimg provides 24/7 technical support for this PostgreSQL with pgAdmin 4 product.
Support Channels:
- Email: support@cloudimg.co.uk
- Live chat (available 24/7)
Response Times:
- Critical issues: one-hour average response time
Coverage Includes:
- PostgreSQL deployment and configuration
- Database replication setup
- Backup strategy and recovery
- Performance tuning and optimization
- PostgreSQL upgrades
- pgAdmin 4 configuration and administration
- Troubleshooting connectivity and authentication issues
Getting Started: After launching your instance, SSH in to retrieve your unique credentials from the MOTD or /root/postgresql-credentials.txt. Navigate to http://[your-instance-ip]/pgadmin4/ in your browser to access the pgAdmin interface. The local PostgreSQL server is pre-registered and ready for use.
For any issues including deployment problems, configuration questions, or refund requests, contact support@cloudimg.co.uk or use the live chat. Our engineers will assist with troubleshooting and resolution.
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.