This product has charges associated with it for hardening, security configuration, and support.
Appsmith is a self-hosted low-code platform for building internal tools, admin panels, dashboards and CRUD apps - a drag-and-drop UI builder backed by a Java server with embedded MongoDB, PostgreSQL and Redis, connecting to 25+ databases and REST/GraphQL APIs. Unlike bare Appsmith AMIs that ship with default encryption keys, signup left open to anyone, and plain HTTP, this Lynxroute build is ready out of the box: per-instance secrets generated at first boot, the first signup becomes the administrator and further signups auto-close, HTTPS enabled by default, anonymous telemetry disabled, UFW firewall pre-configured, and a CIS Level 1 hardened Ubuntu 24.04 LTS base.
Apache-2.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 APPSMITH
Appsmith is an open-source low-code platform for building internal tools - admin panels, dashboards, CRUD apps, support consoles and approval workflows - without writing front-end code. You drag and drop from 45+ pre-built UI widgets (tables, forms, charts, lists, modals), bind them to data with a visual query editor, and add logic in plain JavaScript anywhere a value is accepted. It ships as a single all-in-one stack: a Java application server with an embedded MongoDB metadata store, PostgreSQL, and Redis, fronted by a Caddy reverse proxy. Appsmith connects to 25+ data sources, including PostgreSQL, MySQL, Microsoft SQL Server, MongoDB, Snowflake, Redis, Amazon S3, Google Sheets, REST APIs and GraphQL. Self-hosted means your apps, queries and data stay inside your own AWS account. Apache-2.0 license, no vendor lock-in.
WHAT THIS AMI ADDS
Security hardening:
Per-instance secrets - the encryption keys and the embedded MongoDB, PostgreSQL and Redis passwords are generated at first boot, never baked into the image
No administrator account baked in - the first user to sign up becomes the Instance Administrator, and a background service disables further signups automatically once the first admin is registered
HTTPS enabled by default with a self-signed certificate (in-container Caddy reverse proxy); set a custom domain to switch to a built-in Let's Encrypt certificate
Embedded MongoDB, PostgreSQL and Redis bound to localhost inside the container - never exposed on the network
Anonymous usage telemetry disabled
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
NOTES
The full Appsmith stack (application metadata, your apps, and uploads) persists on a dedicated data volume across container restarts and instance reboots. On first launch the platform initializes its embedded databases, which takes a few minutes; a loading page is shown until it is ready. To move off the self-signed certificate, set APPSMITH_CUSTOM_DOMAIN to your domain in /etc/appsmith/appsmith.env to enable the built-in Let's Encrypt integration, then restart the service.
Highlights
Appsmith security baked in: per-instance encryption keys and database passwords generated at first boot, no admin account baked into the image (the first signup becomes the Instance Administrator and further signups auto-close), HTTPS on by default, anonymous telemetry disabled, and the embedded MongoDB, PostgreSQL and Redis bound to localhost only.
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.
Build internal tools without front-end code: drag-and-drop UI widgets, 25+ data source connectors (PostgreSQL, MySQL, MongoDB, REST, GraphQL, Snowflake, S3, and more), and JavaScript anywhere. Apache-2.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 for the compute instance you run this hardened image on. The four options map to different AWS EC2 instance sizes, so pricing scales with the compute power you choose. The m6i.large and m6i.xlarge options use general-purpose instances, with the xlarge providing more capacity per hour. The t3.medium and t3.large options use burstable instances suited to variable workloads. All four deliver the same self-hosted low-code platform on a CIS Level 1 hardened Ubuntu base. You select the instance size that fits your workload and pay only for hours used.
Top-of-mind questions for buyers
What do the m6i and t3 instance labels mean for how my hourly bill behaves?
The m6i.large and m6i.xlarge run general-purpose instances that hold steady compute. The t3.medium and t3.large are burstable, so they build credits when idle and spend them during spikes. Burstable suits variable usage; general-purpose suits steady, continuous workloads. You pick the type matching your usage pattern.
Am I charged the hourly software fee when the instance is stopped?
The hourly software charge meters running time only. A fully stopped instance does not accrue the software fee. You may still pay underlying AWS storage costs for the attached volume while the instance is stopped. Billing resumes when you start the instance again.
Is there any per-user or per-application charge on top of the hourly instance rate?
No. You pay only the hourly rate for the chosen instance size. The image runs entirely in your own cloud account with no telemetry or call-home. The vendor does not meter users, applications, or data. All billing is handled by the marketplace.
lynxroute.com
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
Appsmith v2.2
Updated to Appsmith CE v2.2 - security-hardening release (bundled-dependency CVE fixes) with bugfixes and refinements
Rebuilt on the latest CIS Level 1 hardened Ubuntu 24.04 LTS base
Additional details
Usage instructions
Launch instance (t3.medium minimum, t3.large recommended for production)
Open Security Group - allow TCP 443 from your IP (keep it restricted to your own IP until you have registered)
SSH: ssh -i key.pem ubuntu@<PUBLIC_IP>
Read the instance notes: sudo cat /root/appsmith-credentials.txt
Open https://<PUBLIC_IP>/ in your browser - accept the self-signed certificate warning (allow a few minutes on first launch while the platform initializes; a loading page is shown until it is ready)
Sign up - the FIRST account you create becomes the Instance Administrator
Build your first app: add a datasource (PostgreSQL, MySQL, MongoDB, REST, GraphQL, and more), write a query, and bind it to drag-and-drop UI widgets
No administrator account is baked into the AMI - the first user to sign up becomes the administrator, and further signups are disabled automatically once the first admin is registered. Restrict Security Group port 443 to your own IP until you have registered, so nobody can claim the admin account before you.
The platform serves HTTPS with a self-signed certificate by default. For a CA-signed certificate, set APPSMITH_CUSTOM_DOMAIN to your domain in /etc/appsmith/appsmith.env to enable the built-in Let's Encrypt integration, then restart the service with: sudo systemctl restart appsmith
Per-instance encryption keys and the embedded database passwords are generated at first boot. Instance notes are saved to /root/appsmith-credentials.txt.
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.
Self-hosted low-code platform to build internal tools, admin panels, and dashboards over your own databases and APIs, production-hardened with auto-TLS.
This product has a fee associated with the provision and deployment of the application and AMI support. Appsmith is a low code framework to build internal applications.
This product has charges associated with it for seller support. Simple, Secure and Supported deployment with the Hossted CLI, for easy self-maintenance.
This product has charges associated with it for seller support. Rapidly build and deploy internal tools with Appsmith, preconfigured on AWS and supported by Meetrix.io for security, scalability, and ease of use.
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.