Your cloud infrastructure feels complicated because the 3 core components live in different systems:
1. Infrastructure-as-Code.
Your Terraform state and history is in something like Terraform Cloud or, God forbid, your local machine
2. Code deployments.
Your ECS/k8s deployments are in CI or some other deploy controller.
3. Metrics, logs, cost tracking.
Maybe you’re suffering with AWS Cloudwatch or Datadog.
Now how can you expect developers to make and monitor changes effectively with this fragmentation?
Soon we’re shipping something groundbreaking that solves this in a way every platform engineer will love 👀
I think every team using AWS is going to LOVE the all new @Flightcontrolhq we’ve been working on for 10 months.
We’ve designed the most powerful and simple system I’ve ever seen.
Devops define IaC that’s turned into a Vercel style interface for developers and agents.
Engineered to deploy fast and understand every change. For both your existing infra and new.
This product is going to make waves. It’s too much fun.
Launching soon!
The design of this user facing system literally blows my mind.
It’s is SO SIMPLE yet SO POWERFUL.
Infinitely flexible to model any infra and deployment workflow you might want. While also being extremely simple and easy both for devops to implement and for developers to use.
I think we’ve finally figured out the fundamental building blocks of infra, enabling the software model to match the world
👀 New @Flightcontrolhq is 100% IaC based AND 100% user configurable!
including all orchestration and all UI forms 😱
shown here is our most generic "stack" module that replaces Terraform Cloud / Atlantis, complete with resource tracking
but this can get very specific, like wrapping your custom Terraform stacks with a developer facing UI
and these modules can reference other modules 😲
A WAY better AWS console is part of the value of the coming new @Flightcontrolhq 🔥
This is the ECS deployment view. Easily see what task definition is deployed, what changed, and the state and logs for all instances.
All on one view instead of 10 different screens in AWS.
*this is the design file so ignore data accuracy*
New in Flightcontrol:
→ ecsStopTimeoutSecs — control graceful shutdown timing for all ECS services
→ Expanded API
→ Bring your own subnets for preview environments
→ Encrypted root volumes on all ECS EC2 by default
Plus better error messages and lots of bug fixes
Yikes!! “The agent determined that the best course of action was to "delete and recreate the environment"
You absolutely need a system of guardrails for AI to operate on your infra.
@Flightcontrolhq provides this for AWS, but soon we’re taking the gloves off so you can design your own system and support multicloud systems
AI helpers shipped!
🚀 CLI to validate config: npx flightcontrol-validate flightcontrol.json
🚀 Skill for editing config: npx add-skill flightcontrolhq/skills
Let us know how you get on with those and if you have any suggested improvements!
Every secret management tool i've seen has a broken data model (including my product)
PROBLEM: item keys like STRIPE_SECRET_KEY are duplicated throughout the system. Even if you have groups, it's duplicated across your groups
SOLUTION: single entry in the system for an item like stripe secret key and you can define multiple values for that with user defined ids like production and staging
(prototype ui)
USING THEM:
Link one-off items anywhere you need like
STRIPE_SECRET_KEY=$ref:stripe-secret-key:production
Link groups that define key=value mappings
(prototype ui)
BUT WHY? see at a glance exactly (1) how many different values for a key exist, (2) what those values are, AND (3) where each of those values are used 🤯
Coming soon to users near you
Three things growing teams keep asking for, now in Flightcontrol:
🚀 Protected environments with a Restricted Developer role — deploy access without secret access
🚀Granular autoscaling — separate cooldowns for scale-in vs scale-out, plus scale-in protection thresholds for CPU/memory/requests
🚀Bring your own subnets — use existing VPC subnets instead of us provisioning new ones
Oh and we're hard at work on the major new version👀