distributed real-time stream processing for continuous, low-latency compute
Apache Storm is a distributed, fault-tolerant system for processing unbounded streams of data in real time. It runs topologies of spouts and bolts that emit and transform tuples with sub-second latency, and it reschedules failed work automatically. This image runs a complete single-node Storm cluster, Nimbus, a Supervisor, the Storm UI and a bundled Apache ZooKeeper, installed, configured and running a demonstration topology the moment the instance boots.
The cloudimg image is production-shaped: the Storm UI and Nimbus control plane are bound to loopback behind an nginx reverse proxy with HTTP Basic authentication, a unique administrator password is generated on the first boot of every instance so no two instances share a credential, and Storm and ZooKeeper state lives on a dedicated, independently resizable data volume. Every deployment ships with a paired step-by-step deploy guide and 24/7 cloudimg support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## A Working Stream Processing Cluster in Minutes
Apache Storm is a distributed, fault-tolerant, real-time computation system used to process unbounded streams of data with low latency. This AMI ships a complete single-node Storm cluster - Nimbus, a Supervisor, the Storm UI and a bundled Apache ZooKeeper coordination service - already installed, configured and running the moment the instance boots. Submit topologies of spouts and bolts, watch tuples flow through the topology in real time, and monitor throughput, latency and worker health from the web UI.
## Who This Is For
## Application Stack
## Secure By Default
The Storm UI and Nimbus Thrift API ship upstream with no authentication, and Nimbus can submit or kill topologies - a privileged control plane. This image does not leave that exposed:
## Ready To Explore On First Boot
First boot submits the bundled storm-starter WordCount topology, so the Storm UI shows a genuine running topology processing tuples immediately - real emitted and transferred counts to explore. Kill the demonstration topology and submit your own whenever you are ready.
## Getting Started
1. Launch the AMI on an m5.large instance or larger
2. SSH into the instance and read the generated administrator password from the root-only credentials file
3. Open your browser to the instance public address on port 80
4. Sign in as administrator and open the Storm UI
5. Watch the running WordCount topology, then submit your own topologies with the storm CLI
For a detailed walkthrough, see the user guide linked in the Additional Resources section.
## Recommended Instance Sizing
## Use Case: Real-Time Event Processing
A team needs to enrich and aggregate a high-volume event stream with sub-second latency. They launch this AMI, develop a topology of spouts that read the stream and bolts that transform and aggregate it, submit it to Nimbus, and watch the Storm UI report per-bolt throughput and latency. Storm reschedules failed tasks automatically, so the pipeline keeps running as workers come and go.
## 24/7 cloudimg Support
Every deployment is backed by cloudimg engineers available around the clock via email and live chat. Support covers:
Critical issues receive a one-hour average response time.
## Evaluation
This AMI uses standard AWS pay-as-you-go infrastructure billing. Launch an instance to evaluate Apache Storm, and terminate at any time with no long-term commitment.
Apache Storm and Apache ZooKeeper are trademarks of the Apache Software Foundation. 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.