Overview
FIOR AI Gateway is a self-hosted appliance that sits between your AI agents and any LLM API (OpenAI, Anthropic, AWS Bedrock, your own). Every prompt and response is captured to a tamper-proof audit log on the embedded Supabase backend. Per-agent policies enforce quotas, redact secrets, and block data exfiltration before requests leave your VPC. Ed25519-signed BYOL licensing keeps your gateway honest without phone-home telemetry.
Deployment architecture (PNG): https://fior-marketplace-assets-474668405912.s3.amazonaws.com/diagrams/fior-architecture.png
What ships in the AMI:
- Ubuntu 24.04 LTS, CIS Level 1 hardened
- Single-node K3s cluster with Cilium CNI + ingress-nginx
- 13 Supabase community chart images pre-pulled (Postgres 15, GoTrue, Kong, Realtime, Storage, Studio, Logflare, Vector)
- fior-agent (Rust) running as a systemd service with embedded Ed25519 license verification
- Welcome page on :443 with setup instructions
- acme.sh configured for Let's Encrypt DNS-01
First-boot cloud-init pulls customer-specific secrets from AWS SSM Parameter Store; no secrets are baked into the image. The 7-day free tier auto-issues so the appliance is testable immediately; install your .lic license file at /var/lib/fior/fior.lic to unlock continued use.
Highlights
- Drop-in policy + audit proxy for any LLM API - self-hosted in your AWS account, your data never leaves your VPC
- Tamper-proof Supabase audit log + per-agent policy enforcement via fior-agent (Rust, Ed25519 license)
- BYOL pricing - pay per gateway, not per token; 7-day free tier auto-issues on first launch
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
Vendor refund policy
Pro-rated refund within the first 30 days. Contact support@fior.group within 30 days of contract start for a refund of any unused portion.
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
First Marketplace release. Ubuntu 24.04 LTS + K3s + Cilium + ingress-nginx + Supabase pre-pulled + fior-agent with Ed25519 license enforcement. CIS L1 hardened. Welcome page on :443 with setup instructions; install /var/lib/fior/fior.lic to unlock continued use after the 7-day free tier.
Additional details
Usage instructions
- Subscribe to FIOR AI Gateway on AWS Marketplace.
- Provision SSM parameters under /fior-aigw/<your-id>/: /supabase/jwt-secret /supabase/anon-key /supabase/service-key /supabase/db-password /acme/dns-api-token (Cloudflare token)
- Launch the AMI with an IAM instance profile granting ssm:GetParameter for that path.
- Pass cloud-init user-data (template at /etc/cloud/example-user-data.yaml on the running instance) substituting your DOMAIN, LETSENCRYPT_EMAIL, SSM_PATH_PREFIX.
- Visit https://<your.domain>/. The welcome page becomes the FIOR admin UI after first-boot deployment (~5 min on m5.xlarge).
- Within 7 days, request a license file from https://fior.group/account/licenses and install it: scp fior.lic ubuntu@<instance>:/tmp/ && sudo install -m 640 -o root -g root /tmp/fior.lic /var/lib/fior/fior.lic && sudo systemctl restart fior-agent.
Support: support@fior.group | https://fior.group/docs
Support
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.