Skip to content

Instantly share code, notes, and snippets.

@MrHertal
MrHertal / flowise-cloudformation.yml
Last active July 17, 2025 17:49
AWS Fargate cluster hosting Flowise exposed through ELB.
AWSTemplateFormatVersion: "2010-09-09"
Description: This template creates resources for Flowise application
Parameters:
Stage:
Description: Prefix of resource names
Type: String
Default: flowise