Overview
Secure PhotoPrism sign-in
PhotoPrism served through the nginx reverse proxy on port 80 with login required - a unique administrator password is generated for every instance on first boot.
Secure PhotoPrism sign-in
PhotoPrism photo library
A PhotoPrism photo detail view
PhotoPrism albums
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Your Private Photo Library, Running in Minutes
Photoprism is the AI-powered, open-source, self-hosted application for browsing, organising and sharing your photo and video collection. This AMI delivers PhotoPrism fully installed and configured as a system service so you have a private, searchable photo library running in your own VPC within minutes of launch - no manual Docker setup, no GPU instances, and no photos leaving your account.
Unlike manual deployments that require configuring containers, reverse proxies, ML dependencies and storage separately, this image handles everything out of the box. Compared to cloud photo services, your data stays entirely within your AWS infrastructure with zero telemetry sent externally.
The current release available is PhotoPrism 260601 (June 2026).
Why This AMI Over Self-Deployment
- Minutes instead of hours: Skip the manual work of configuring Docker, nginx, TensorFlow, ffmpeg, libheif and RAW converters. Launch the instance and browse to port 80.
- CPU-only ML saves cost: Automatic tagging and face recognition run on TensorFlow without requiring expensive GPU instances, giving you flexibility to use general-purpose instance types.
- Dedicated storage volume: Your originals, index database, thumbnail cache and sidecar files live on a separately resizable EBS volume, independent from the OS disk. No risk of filling your root volume.
- Production-ready architecture: The official upstream container runs as an unprivileged systemd service behind an nginx reverse proxy with upgrade headers and a raised upload limit for large files.
Secure By Default
This image generates a fresh administrator password uniquely for your instance on first boot, before the application starts, and writes it to a root-only file. No shared or default credentials ship in the image, and the photo index ships empty. All data remains within your VPC - PhotoPrism sends no telemetry or data to external services.
Getting Started
- Launch the AMI on your chosen instance type (general-purpose instances work well thanks to CPU-only ML).
- SSH into the instance and retrieve your unique admin password from the root-only file.
- Browse to the instance on port 80 and sign in as the administrator.
- Upload photos through the web interface or copy them to the originals folder and start an index.
- PhotoPrism automatically extracts metadata, generates thumbnails, tags content with machine learning and recognises faces.
SQLite is the default index database. Teams with very large libraries can switch to MariaDB for improved performance at scale.
Application Stack
PhotoPrism is delivered as the official upstream container image, run by a systemd service as an unprivileged account. It listens on the loopback address and nginx fronts the application on port 80 with the upgrade headers PhotoPrism needs and a raised upload limit for large photos and videos. The image bundles the TensorFlow model, ffmpeg, libheif and RAW converters needed for automatic tagging, face recognition and format conversion.
24/7 cloudimg Support
cloudimg provides round-the-clock technical support by email and live chat. Our engineers help with PhotoPrism deployment, indexing and import configuration, face recognition tuning, backups, switching to MariaDB, TLS termination and scaling. Critical issues receive a one-hour average response time.
Use Cases
- A private, self-hosted alternative to Google Photos or iCloud - keeping family and personal photos off third-party platforms
- Searchable archives of large photo and video libraries with automatic AI tagging and face recognition
- Organising and sharing albums within a team or organisation
- RAW file management for photographers who want on-device processing without cloud dependencies
Next Steps
Ready to get started? Subscribe and launch the AMI to have your private photo library running in minutes. For a guided setup or questions about sizing for your library, contact cloudimg support.
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
- Launch a private, AI-searchable photo library in minutes instead of spending hours configuring Docker, nginx, TensorFlow and storage manually. The bundled ML runs entirely on CPU - no expensive GPU instances required - giving you flexibility to use cost-effective general-purpose instance types. Your photos stay in your VPC with zero data sent to external services, unlike cloud photo platforms.
- Secure from the first second: every instance generates its own unique administrator password on first boot, stored in a root-only file. Unlike many community AMIs that ship with shared default credentials, this image has no known passwords and starts with an empty photo index. All access requires authentication immediately.
- 24/7 expert support from cloudimg with a one-hour average response for critical issues. Engineers help with indexing configuration, face recognition tuning, backups, switching from SQLite to MariaDB for large libraries, TLS termination and scaling - the specialized knowledge that saves you from troubleshooting alone.
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 |
|---|---|---|
t3.large Recommended | t3.large | $0.08 |
t3.micro | t3.micro instance type | $0.04 |
t2.micro | t2.micro instance type | $0.04 |
c6a.24xlarge | c6a.24xlarge instance type | $0.24 |
m6a.large | m6a.large instance type | $0.08 |
c5n.4xlarge | c5n.4xlarge instance type | $0.24 |
r5a.2xlarge | r5a.2xlarge instance type | $0.24 |
d3en.8xlarge | d3en.8xlarge instance type | $0.24 |
c7a.12xlarge | c7a.12xlarge instance type | $0.24 |
c8id.48xlarge | c8id.48xlarge 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 PhotoPrism 260601 (June 2026), the AI-powered self-hosted photo management app.
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; on Ubuntu it is 'ubuntu'). The PhotoPrism application is served by nginx on port 80: browse to http://<instance-public-ip>/ and sign in. Retrieve the generated administrator credentials with: sudo cat /root/photoprism-credentials.txt (sign in with the user and password shown). PhotoPrism runs as a Docker container on loopback port 2342 and is reached only through the nginx proxy on port 80. Configuration lives in /etc/photoprism/photoprism.env and the data (originals, the SQLite index, thumbnail cache and sidecar files) under /var/lib/photoprism. The service is managed with systemctl (photoprism.service, nginx.service). After signing in, add photos by uploading them through the web interface or copying them into /var/lib/photoprism/originals and starting an index from the library menu. The user guide covers uploading and indexing photos, automatic tagging and face recognition, backups, switching to MariaDB and enabling HTTPS.
Resources
Vendor resources
Support
Vendor support
cloudimg Support
cloudimg provides 24/7 technical support for this product by email and live chat.
What We Help With:
- PhotoPrism deployment and initial configuration
- Photo indexing and import configuration
- Face recognition setup and tuning
- Backup and restore procedures
- Switching from SQLite to MariaDB for large libraries
- TLS termination and HTTPS configuration
- Scaling and performance tuning
- Troubleshooting and issue resolution
- Requesting refunds or billing questions
Response Times:
Critical issues receive a one-hour average response. Our engineers are available around the clock to ensure your photo library stays operational.
How to Reach Us:
Email: support@cloudimg.co.uk Live chat: Available 24/7
Whether you need help with initial setup, ongoing maintenance, or resolving an urgent issue, our team is ready to assist.
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.