I understand that the App Platform is backed by a CDN. However, in the website, there is no mention of the per GB storage pricing for the App Platform. Care to elaborate? Thanks
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Join our DigitalOcean community of over a million developers for free! Get help and share knowledge in Q&A, subscribe to topics of interest, and get courses and tools that will help you grow as a developer and scale your project or business.
Hi @azrinsani,
The per GB local storage is included in the container price. The local filesystem on the host instances running App Platform containers is ephemeral. For persistent storage, you must use other forms of persistent storage such as
Spaces
orManaged Databases
. Thelocal disk
should only be used as temporary storage, it will be removed and not recoverable when redeploy. Also,block storage volumes
are not currently supported. You can refer to the below link for pricing and App Platform release notes.Plans & Pricings App Platform Release Notes