Overview
Node-RED flow editor
The Node-RED browser based flow editor, served on port 80 through an authenticating nginx proxy, showing wired nodes on the flow canvas with the node palette and live debug sidebar.
Node-RED flow editor
Node-RED node editor
Node-RED palette manager
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Why This AMI Over Manual Setup
Installing Node-RED yourself on a bare EC2 instance means configuring Node.js, creating service accounts, writing systemd units, setting up a reverse proxy, managing TLS, and hardening credentials - hours of work before you build your first flow. This AMI eliminates that overhead entirely. You get a production-grade, security-hardened Node-RED environment that is ready to accept flows within minutes of launch, with your data on a dedicated disk that survives instance replacement. No other Marketplace Node-RED image combines a dedicated resizable data volume, automatic per-instance credential generation, and authenticated nginx proxying out of the box.
Overview
Node-RED is a flow-based, low-code development tool for event-driven applications, built on Node.js. It provides a browser-based editor that makes it easy to wire together flows using the wide range of nodes in its palette, connecting hardware devices, APIs and online services. This image delivers Node-RED fully installed and configured as a system service, so a production-grade flow editor is running within minutes of launch.
Application Stack
- Node-RED installed globally on Node.js 22 LTS, run by a dedicated unprivileged service account
- Node-RED user directory (flows, encrypted credentials store, installed nodes) stored on a dedicated data disk - independently resizable and survives instance replacement
- A systemd service that starts Node-RED on boot and restarts it on failure
- An nginx reverse proxy publishing the flow editor on port 80 with WebSocket support for the live editor
Flow-Based Programming
Drag nodes from the palette onto the canvas and wire them together to build flows that react to events, transform messages and call out to services. Node-RED ships with a rich set of core nodes for HTTP, MQTT, TCP, WebSocket, file, function and dashboard work, and the built-in palette manager lets you install thousands of community nodes from the public catalogue. Flows are stored as JSON and can be exported, imported and version-controlled.
Secure First Boot
On first boot a one-shot service generates a fresh admin password unique to that instance, bcrypt-hashes it into the Node-RED adminAuth configuration, and writes the cleartext password to a root-only file. Node-RED binds to loopback only and is never exposed without authentication. No shared or default credentials ship in the image.
Ready To Use
The flow editor is served on port 80 through nginx. Sign in with the generated administrator credentials to build flows, install nodes, manage the runtime and deploy changes live. The admin HTTP API is available behind the same login for automation.
Use Case Spotlight - IoT Device Orchestration
A facilities team managing hundreds of MQTT-connected sensors across multiple buildings can deploy this AMI, connect it to AWS IoT Core via the MQTT node, apply transformation logic on the canvas, and push aggregated telemetry to Amazon Timestream or DynamoDB - all without writing application code. The dedicated data disk ensures that flow definitions and credentials persist through instance stop/start cycles, and the systemd service guarantees automatic recovery after any runtime fault.
Additional Use Cases
- API and webhook integration glue
- Home and building automation backends
- Rapid prototyping of event-driven services
- Dashboards and visualisation of live data
- Connecting MQTT brokers, databases and cloud services without writing boilerplate
cloudimg Support
24/7 technical support by email and live chat. Our engineers help with deployment, flow design, node installation, the credentials store, dashboard configuration, MQTT and API integration, TLS and runtime tuning. Critical issues receive a one-hour average response.
Get Started
Launch the AMI, retrieve your unique admin password from the root-only file, and sign in to the flow editor at your instance's public IP on port 80. For a guided onboarding walkthrough or help designing your first production flow, 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
- Production-ready in minutes: Launch the AMI and your Node-RED flow editor is live on port 80 with no manual setup. The systemd service on Node.js 22 LTS starts automatically on boot and self-heals on failure, eliminating the hours of configuration required for a manual install on bare EC2. You skip Node.js installation, service account creation, reverse proxy setup, and credential hardening entirely.
- Persistent, extensible workspace: Your flows, encrypted credentials, and installed nodes live on a dedicated data disk that is independently resizable and survives instance stop/start or replacement - something a default npm install cannot provide without manual EBS configuration. The built-in palette manager connects you to thousands of community nodes for MQTT, databases, dashboards, and cloud service integrations.
- Zero-default-credential security with 24/7 support: Every instance generates its own unique bcrypt-hashed admin password on first boot, stored in a root-only file. Node-RED binds exclusively to loopback behind an authenticating nginx proxy, so the editor is never exposed without authentication. cloudimg provides 24/7 email and live chat support with a one-hour average response for critical issues.
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.medium Recommended | t3.medium | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
t2.micro | t2.micro instance type | $0.04 |
t3a.2xlarge | t3a.2xlarge instance type | $0.24 |
f2.48xlarge | f2.48xlarge instance type | $0.24 |
m5d.8xlarge | m5d.8xlarge instance type | $0.24 |
m8idb.large | m8idb.large instance type | $0.08 |
r7a.large | r7a.large instance type | $0.08 |
m8azn.24xlarge | m8azn.24xlarge instance type | $0.24 |
m8idb.metal-96xl | m8idb.metal-96xl 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 Node-RED 5.0.0 flow based low-code programming tool.
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). The Node-RED flow editor is served on port 80: browse to http://<instance-public-ip>/ and sign in with user admin and the generated password. Retrieve the credentials with: sudo cat /root/node-red-credentials.txt. The Node-RED admin HTTP API is served on the same port 80 behind the same login; obtain a bearer token by POSTing client_id=node-red-admin, grant_type=password, scope=*, username=admin and your password to http://<instance-public-ip>/auth/token. The Node-RED user directory, holding flows.json, the encrypted credentials store and installed nodes, lives on a dedicated data disk mounted at /var/lib/node-red.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
What We Help With
Our engineers assist with deployment, configuration, updates, performance tuning, troubleshooting, flow design, node installation, the encrypted credentials store, dashboard configuration, MQTT and API integration, TLS setup, and runtime tuning.
Response Times
Critical issues receive a one-hour average response. All other inquiries are handled on a first-come, first-served basis during the same support window.
How to Reach Us
Email: support@cloudimg.co.uk Live chat: Available 24/7 through the same support channel.
Refunds and Billing
For questions about billing, subscription changes, or refund requests, contact support@cloudimg.co.uk and include your AWS account ID and instance details for fastest 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.