Overview
Per-instance admin sign-in
The Operaton web apps behind the nginx reverse proxy on port 80. A unique administrator account with a random password is generated for every instance on first boot; the demo/demo account is removed.
Per-instance admin sign-in
Application hub
Cockpit monitoring dashboard
User and authorization management
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
Why This AMI Instead of Self-Deploying?
Operaton is the open-source, community-driven continuation of Camunda 7 - a mature BPMN 2.0 workflow and DMN decision automation engine with the Cockpit, Tasklist and Admin web applications and a full REST API. Deploying it yourself means installing Docker, wiring up the engine against a durable database, fronting it behind a reverse proxy, disabling built-in demo accounts and example applications, turning on REST authentication and resource authorizations, and generating and storing secrets. This AMI eliminates that effort entirely - your process engine is running within minutes of launch, not hours. You get a pre-hardened, tested configuration backed by 24/7 expert support with a one-hour average response for critical issues, something community forums cannot provide.
The current release available is Operaton 2.1.2.
Application Stack
The official upstream Operaton Run distribution and a bundled PostgreSQL database, both pinned by digest, run under one systemd service via Docker Compose on a private network. The engine is published to the loopback address only and PostgreSQL is not exposed to any host port; a host nginx reverse proxy fronts the engine on port 80 so the web applications and the REST API are reached through one URL. State is held in PostgreSQL, so your process instances, decisions and history survive restarts - unlike the default embedded in-memory database.
Secure By Default
Operaton, like Camunda 7, ships a default demo/demo administrator and an example application that seeds further demo users and data. This image removes all of that:
- A single administrator account with a unique random password is created on first boot, before the engine starts, so the default demo account is never created
- The example application and its demo users and data are not deployed
- REST API authentication is turned on - the API rejects every unauthenticated request
- Resource authorizations are enforced
- The administrator password is stored in a root-only file, inaccessible to unprivileged users
- Build-time state is wiped before capture, so the database, administrator account and all secrets are re-created fresh on your instance
Ready To Use
Browse to the instance on port 80, sign in to the web applications with the generated administrator credentials, and deploy your first BPMN process or DMN decision table. Model processes in Cockpit, complete human tasks in Tasklist, and manage users and authorizations in Admin. Automate business processes and decisions through the REST API from your own applications.
Real-World Use Cases
- Financial services - loan origination with KYC/AML checks: Model a customer onboarding process in BPMN that orchestrates identity verification steps, then use DMN decision tables to evaluate KYC and AML risk scores and route applications for approval or manual review.
- Microservice orchestration: Use the engine as a central orchestrator in your VPC to coordinate order fulfillment, payment processing and notification services across distributed microservices via the REST API.
- Camunda 7 migration: Run your existing Camunda 7 process applications on a maintained, open-source engine without vendor lock-in or license fees.
What You Avoid By Using This AMI
- Installing Docker and wiring the engine against a durable PostgreSQL database
- Configuring nginx as a reverse proxy in front of the engine
- Disabling the demo accounts and the example application
- Turning on REST authentication and resource authorizations
- Generating and securely storing the administrator and database secrets
- Ongoing maintenance and security patching without expert guidance
cloudimg Support
24/7 technical support by email and chat with a one-hour average response for critical issues. Our engineers help with deployment, TLS termination, database backups, user management, external database configuration, Camunda 7 to Operaton migration and scaling. Contact our team at support@cloudimg.co.uk .
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
- Self-hosted Operaton BPMN 2.0 workflow and DMN decision automation engine - the open-source continuation of Camunda 7 - with the Cockpit, Tasklist and Admin web apps and the REST API preconfigured behind an nginx reverse proxy on port 80, backed by a bundled PostgreSQL database for durable state, ready with no manual setup
- Secure by default: the demo/demo administrator and the example application are removed, REST authentication and resource authorizations are turned on, and a single administrator account with a unique random password is created on first boot and stored in a root-only file - no shared or default credential ships in the image
- 24/7 technical support from cloudimg, with expert help on deployment, TLS termination, database backups, user management, external database configuration and scaling
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 |
|---|---|---|
m5.large Recommended | m5.large | $0.08 |
t2.micro | t2.micro instance type | $0.04 |
t3.micro | t3.micro instance type | $0.04 |
c5a.12xlarge | c5a.12xlarge instance type | $0.24 |
c5a.16xlarge | c5a.16xlarge instance type | $0.24 |
c5a.24xlarge | c5a.24xlarge instance type | $0.24 |
c5a.2xlarge | c5a.2xlarge instance type | $0.24 |
c5a.4xlarge | c5a.4xlarge instance type | $0.24 |
c5a.8xlarge | c5a.8xlarge instance type | $0.24 |
c5a.large | c5a.large instance type | $0.08 |
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 the Operaton 2.1.2 BPMN workflow and DMN decision automation engine (the open-source continuation of Camunda 7), with the Cockpit, Tasklist and Admin web apps and the REST API, backed by a bundled PostgreSQL database.
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 application is served by nginx on port 80: browse to http://<instance-public-ip>/ and sign in to the Operaton web applications with the generated administrator account. Retrieve the generated credentials with: sudo cat /root/operaton-credentials.txt. The Operaton engine runs on loopback (127.0.0.1:8080) and the bundled PostgreSQL is not exposed to any host port; both are reached only through the nginx proxy on port 80 (the web apps at /operaton/ and the REST API at /engine-rest/). An unauthenticated health endpoint is at /healthz. Configuration and the per-instance secrets live in /etc/operaton/operaton.env and the compose file in /etc/operaton/compose.yaml. Services are managed with systemctl (docker.service, operaton.service, nginx.service). After signing in, deploy a BPMN process or DMN decision table via Cockpit or the REST API. The user guide covers first sign-in, deploying and starting a process, using the REST API and enabling HTTPS.
Resources
Vendor resources
Support
Vendor support
cloudimg provides 24/7 technical support for this product by email and live chat.
Response Times
Critical issues receive a one-hour average response. Our engineers are available around the clock to help resolve problems that block your workflow.
What We Help With
- Deployment and initial configuration
- User management and authorization settings
- REST API and web application configuration
- External database configuration and migration
- TLS termination setup with AWS load balancers
- Backup strategies and data recovery
- Scaling and performance tuning
- Software updates and patch guidance
- Troubleshooting and issue resolution
- Refund requests
How to Reach Us
Email: support@cloudimg.co.uk Live chat: Available 24/7
We respond to all inquiries and work with you until your issue is resolved. If you need help at any stage - from first launch to ongoing maintenance - our team is here 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.