Ferry
Infrastructure Bootstrap Engine
- —Open-source engine that makes ordering-sensitive cloud setup safe and repeatable — 55 integrations across AWS (EC2, IAM, S3), GitHub and Snowflake, including cross-provider flows such as GitHub Actions OIDC → IAM role (removing long-lived CI secrets entirely) and Secrets Manager → GitHub secrets sync.
- —Each integration is a folder of declarative steps the engine probes and plans before mutating anything: conflicts abort pre-mutation, rollback unwinds only what the run created in reverse dependency order (including on SIGINT/SIGTERM), and secrets go to 0600 reports, never stdout. 715 tests.