This product has charges associated with it for hardening, security configuration, and support.
Plane is a self-hosted project management platform with issues, cycles, modules, pages and Gantt views, delivered as a Django + Next.js docker-compose stack. Unlike bare Plane AMIs that ship with default Postgres and MinIO credentials and the bundled Caddy proxy with no TLS, this Lynxroute build is ready out of the box: per-instance Postgres/RabbitMQ/MinIO/Django secrets at first boot, host Nginx with TLS in front of every service, all five container images SHA-pinned, on a CIS Level 1 hardened Ubuntu 24.04 LTS base.
AGPL-3.0 license - fully auditable, no vendor lock-in.
This is a repackaged software product wherein additional charges apply for hardening, security configuration, and support.
WHAT IS PLANE
Plane is an open-source project management platform built around issues, cycles, modules, projects, and pages, delivered as a multi-service stack: a Django REST API and Celery worker / beat workers, a Next.js dashboard, a public space view, an admin god-mode UI, and a Hocuspocus WebSocket server for collaborative page editing. The community edition runs as a docker-compose deployment with bundled PostgreSQL 15, Valkey 7 for cache and Channels, RabbitMQ 3.13 as the Celery broker, and MinIO as the S3-compatible object store for attachments and avatars. Plane covers the planning surface for software and operations teams - issues with custom properties, sprint-like cycles, multi-issue modules, kanban / list / Gantt / spreadsheet views, automatic recurring schedules, GitHub / GitLab / Gitea / Slack integrations configured per workspace, and a published API for automation. Workspaces are self-contained: invite teammates, define roles, and own the data. AGPL-3.0 license, no vendor lock-in.
WHAT THIS AMI ADDS
Security hardening:
Per-instance Postgres, RabbitMQ, MinIO, Django SECRET_KEY and Live HMAC secret generated at first boot - no shared defaults across instances
Host Nginx fronts every service on TCP 443 with a self-signed certificate; HTTP redirects to HTTPS
All five Plane container images (frontend, backend, space, admin, live) plus PostgreSQL, Valkey, RabbitMQ and MinIO pinned by SHA-256 digest with explicit linux/amd64 platform - reproducible builds, no surprise upgrades on rebuild
No admin account is baked into the AMI: the first signup through the /god-mode/ setup UI becomes the Instance Admin and workspace owner, and the setup wizard closes automatically once that first registration completes
Every Plane container binds to 127.0.0.1 only - Nginx is the sole public-facing endpoint
Service-level healthcheck start_period tuning prevents the cold-boot race where RabbitMQ's Erlang VM init outruns the dependency check
No provider keys baked in - operators configure SMTP, OAuth, and webhook integrations through the workspace settings after first login
UFW firewall pre-configured - only TCP 22, 80, 443 are exposed
fail2ban, AppArmor
CVE scan - every image is scanned for vulnerabilities before release
OS hardening (CIS Level 1):
CIS Ubuntu 24.04 LTS Level 1 benchmark applied via ansible-lockdown
CIS Conformance Report at /etc/lynxroute/cis-report.html
CIS Tailored Profile at /usr/share/doc/lynxroute/CIS_TAILORED_PROFILE.md
ARCHITECTURE NOTES
The Plane web dashboard, public spaces view, admin UI, live collaboration WebSocket, and REST API are routed by host Nginx as /, /spaces/, /god-mode/, /live/, and /api/ respectively. Postgres data, Valkey AOF logs, RabbitMQ state and MinIO uploads persist at /opt/plane/{db,redis,rabbitmq,uploads} - operators can attach an EBS volume to any of these. Replace the self-signed certificate with a CA-signed certificate for production (sudo certbot --nginx -d YOUR_DOMAIN) and update WEB_URL in /opt/plane/.env so OAuth callbacks, email links and presigned S3 upload URLs use the new hostname.
Highlights
Plane security baked in: per-instance Postgres + RabbitMQ + MinIO + Django secrets at first boot, host nginx TLS in front of every container, all images SHA-pinned, no admin baked in - unlike bare Plane AMIs with default plane/plane DB creds, the Caddy proxy without TLS, and the public MinIO access keys.
CIS Level 1 hardened Ubuntu 24.04 LTS: auditd, fail2ban, AppArmor, SSH key-only, IMDSv2 enforced. CVE-scanned before every release. SBOM (CycloneDX) and CIS Conformance Report included.
Self-hosted project management with issues, cycles, modules, pages, Gantt and kanban views, plus Hocuspocus collaborative page editing. Bring-your-own SMTP, OAuth, and webhook integrations - configured per workspace after login. AGPL-3.0 license - fully auditable, no vendor lock-in, ever.
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.
Try this product free for 5 days according to the free trial terms set by the vendor. Usage-based pricing is in effect for usage beyond the free trial terms. Your free trial gets automatically converted to a paid subscription when the trial ends, but may be canceled any time before that.
You pay by the hour based on the EC2 instance size you run. All three options bill on usage, so charges scale with how long each instance runs. The m6i.large and m6i.xlarge use compute-optimized instances, with the xlarge offering more compute and memory than the large. The t3.large uses a burstable instance type, which suits variable workloads. Pick the instance that matches your team size and performance needs. Software and infrastructure charges accrue only while an instance is running, giving you control over ongoing costs.
Top-of-mind questions for buyers
What resources do I get with each hourly instance option?
Each option runs the software on a specific EC2 instance size. The m6i.large and m6i.xlarge are compute-optimized, with the xlarge providing more vCPUs and memory. The t3.large is a burstable instance suited to variable workloads. You pick one that matches your team size and performance needs.
Am I charged when my instance is stopped or paused?
Software charges accrue only while an instance is running. A fully stopped instance stops accruing hourly software fees. Stopped instances may still incur underlying AWS storage costs for attached volumes, but the software meters running time only. Restarting the instance resumes hourly charges.
Does the price cover databases and storage the software needs?
The hourly price covers the software and the EC2 instance running time. It does not include external services. You connect your own managed databases and cloud object storage for production deployments. Those services are billed separately by their providers, not through this listing.
developers.plane.so
Helpful?
Vendor refund policy
We do not offer refunds for this product. AWS infrastructure charges (EC2, EBS, data transfer) are billed separately by AWS and are not refundable by us.
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
Plane v1.3.1
Hardening re-release of Plane 1.3.1 - upstream version unchanged
Certbot pre-installed - enable HTTPS with one command: sudo certbot --nginx -d yourdomain.com
Rebuilt on the latest CIS Level 1 hardened Ubuntu 24.04 LTS base
Additional details
Usage instructions
Launch instance (t3.large recommended; the bundled stack runs eleven containers)
Open Security Group - restrict TCP 443 to YOUR IP/32 until you have registered the first admin (the first signup at /god-mode/ becomes the workspace owner; anyone reaching the URL before you can claim that role)
Open https://<PUBLIC_IP>/god-mode/ in your browser - accept the self-signed certificate warning
The setup wizard appears - register with YOUR real email and a strong password (Plane runs zxcvbn; score must be 3 or above)
The setup wizard closes automatically within ~30 seconds after you submit (a background service detects the first admin in the database and finalises the instance state)
After signing in, open Settings -> Email and configure SMTP if you need workspace invitations and password resets (Plane registration still works without SMTP)
Open https://<PUBLIC_IP>/ to create your first workspace and start planning issues, cycles, and modules
Web routes:
/ Plane dashboard (Next.js)
/spaces/ Public space view (Next.js)
/god-mode/ Admin god-mode UI (Next.js)
/live/ Collaborative editing WebSocket
/api/ Django REST API
/uploads/ Presigned S3 upload pass-through to MinIO
Stack management:
cd /opt/plane && sudo docker compose ps
cd /opt/plane && sudo docker compose logs -f api
sudo systemctl restart plane
No admin account is baked into the AMI - you register your own Instance Admin on first launch (step 6 above); that account owns the Plane instance and the first workspace.
Backing-store passwords (Postgres / RabbitMQ / MinIO) are generated at first boot and listed in /root/plane-credentials.txt for operator reference; those services are only reachable from inside the docker network.
Replace the self-signed TLS certificate with a CA-signed certificate for production using Certbot or another ACME client (point the certificate at your registered domain).
After the cert is issued, edit /opt/plane/.env and update WEB_URL to use HTTPS with your domain so OAuth callbacks, email links, and presigned S3 upload URLs use the new hostname, then sudo systemctl restart plane.
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.
Juno Orion is the unified compute plane for GPU/CPU-intensive workloads on AWS. It unifies containers, VMs, and bare metal with policy-driven placement, workload bin-packing, and GPU-aware scheduling: delivering up to 40% AWS compute cost reduction and 2:1 GPU density in production. Customer-hosted. Runs in your AWS account on Amazon EKS and EC2.
Callaba deploys live video workflow infrastructure in your AWS account - replacing scattered tools with one control plane for SRT ingest, failover, routing, recording, and API automation.
A powerful, modern project management platform built for every team and industry-fully featured across cloud, self-managed, and air-gapped environments.
This product has charges associated with it for seller support. Simple, Secure and Supported deployment with the Hossted CLI, for easy self-maintenance.
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.