We’re hitting “insufficient resources to create new machine with existing volume” errors in IAD when deploying new apps. This is affecting both our staging and production environments.
We’re a vibe coding platform that provisions a Fly app + volume + machine per user project. We are planning to scale up aggressively this year… We need reliable machine provisioning in IAD.
Two questions:
Is there a current capacity constraint in IAD we should know about?
As we scale, should we be on a dedicated plan or specific org configuration?
Machine size: shared-cpu-4x@2048MB (intended — machine failed to create)
Volume ID: vol_r1ldx9d935dzqn34
Volume size: 20GB (intended)
Request ID: 01KJFPNEC85T58K9B84QJ0SF84-iad
Trace ID: e776e3cacf78133575c35e68921fa008
Error: insufficient resources to create new machine with existing volume
Additional context: We’re seeing a secondary issue where each failed provisioning retry appears to add 20GB to the volume size rather than reusing the existing 20GB volume. We’re investigating on our side but
wanted to flag it in case it’s contributing to placement failures.