Is there some amount of free storage given

I’m considering fly.io for a project, i need some storage to send static data with requests, i was wondering if there’s some amount of storage given or should i use volumes?

Hi,

Each machine will get some free storage but that is ephemeral. So that would be ok for data that request needs/sends, but you can’t rely on that persisting.

For persistent storage, you could use a volume however that free allowance of 3GB has now been discontinued (at least based on Fly.io Resource Pricing · Fly Docs)

However Tigris does still have a free allowance. Check out:

2 Likes

How much storage does a machine get? I couldn’t find an answer on the docs

There isn’t an official amount since that’s only really intended to be a tmp store.

For more, check this thread:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.