- docs
- FlowFuse User Manuals
- Using FlowFuse
- Getting Started
- Static asset service
- Bill of Materials
- FlowFuse Concepts
- Changing the Stack
- Custom Hostnames
- Device Groups
- DevOps Pipelines
- Environment Variables
- FlowFuse Assistant
- FlowFuse File Nodes
- FlowFuse Persistent Context
- FlowFuse Project Nodes
- High Availability mode
- HTTP Access Tokens
- Instance Settings
- Logging
- Shared Team Library
- Snapshots
- Team Broker
- Teams
- User Settings
- FlowFuse API
- Migrating a Node-RED project to FlowFuse
- Device Agent
- Device Agent
- FlowFuse Device Agent Introduction
- Quick Start
- Installation
- Quick Start with Web UI
- Register your Device
- Running the Agent
- Deploying your Flows
- Hardware Guides
- FlowFuse Cloud
- FlowFuse Cloud
- FlowFuse Self-Hosted
- Quick Start
- Installing FlowFuse
- Overview
- Configuring FlowFuse
- DNS Setup
- Docker install
- Docker from AWS Market Place
- Docker on Digital Ocean
- Add Project Stacks on Docker
- Docker Engine on Windows
- Email configuration
- First Run Setup
- FlowFuse File Storage
- Install FlowFuse on Kubernetes
- Upgrading FlowFuse
- Administering FlowFuse
- Administering FlowFuse
- Configuring Single Sign-On (SSO)
- Licensing
- Monitoring
- Telemetry
- User Management
- Support
- Community Support
- Premium Support
- Debugging Node-RED issues
- Contributing
- Contributing to FlowFuse
- Introduction
- Adding Template Settings
- API Design
- Creating debug stack containers
- Database migrations
- FlowFuse Architecture
- Local Install
- State Flows
- Device Editor
- Invite External Users
- User Login Flows
- Reset Password Flow
- Project Creation
- Instance states
- User Sign up Flow
- Team creation Flow
- Working with Feature Flags
# Installing FlowFuse from AWS Market Place
We have packaged the Docker Compose build of FlowFuse as a AWS EC2 AMI. It can be found on the AWS Market Place here.
This will allow you to quickly spin up an AWS EC2 Machine with everything pre-installed.
# Prerequisites
# DNS
To make use of the AWS Machine image you will need a DNS Domain to host both the FlowFuse application and the Node-RED instances you create.
For example if you use ff.example.com
then the FlowFuse application will run on https://forge.ff.example.com
and Node-RED would be on https://[instance-name].ff.example.com
.
You will need to set up a wildcard DNS entry that points the whole domain to the Public IP address of the Droplet.
*.ff.example.com 3600 A xxx.xxx.xxx.xxx
The Public IP address of the EC2 machine will be listed in the AWS Console once it has started and at the start of the Setup Wizard when you first SSH into the machine.
# SMTP Server (Optional)
This is used to send invites to new user and to enable password resets.
You will need to know the following:
- SMTP Server hostname
- Port (Default 587)
- Username/Password
If you don't already have a SMTP server you can grab one from an email delivery service like SparkPost, Sendgrid, Mailgun, etc.
# Setup
After the EC2 Machine has been created and you have set up the DNS entry you will need to connect to the machine to and enter the domain name
You can do this in 2 ways
-
With SSH, either using keys or password depending on what Authentication mechanism you picked at creation time
ssh -i aws-ssh.pem ubuntu@xxx.xxx.xxx.xxx
-
Using the "Connect" button on the EC2 console. Be sure to change the username from
root
toubuntu
Once logged in you will be presented with a wizard to set the domain and confirm by entering 1
or 2
to enter the domain again.
The wizard will then ask about setting up a SMTP server to allow FlowFuse to send email. This used to invite users or reset passwords, it is optional.
The wizard will then update the configuration files and start FlowFuse
It will then present a link to complete setup in the browser and a Username and Password to log in as the default admin user. You will be asked to change the password when you use it for the first time.
You can now close the console connection to the droplet.
Details of how to complete this steps are here
# Upgrade
You can follow the normal FlowFuse Docker upgrade instructions, the install directory is /opt/flowforge