IaC Bazaar

Shared File Storage across clouds

Managed NFS-style filesystems that many instances can mount at once, for workloads that need a POSIX path rather than an API.

3 verified modules, 2 of them live-tested apply→verify→destroy; the rest are static-validated, live-test pending.

Compare by provider

ProviderModuleVerification
AWSEFS File System (encrypted, in-transit TLS)✓ live-tested
Google CloudCloud Filestore NFS Share✓ live-tested
Oracle CloudFile Storage (NFS)static-validated

How to choose

Compare the throughput model and how it bills - some charge for capacity you provision, some for what you use, and the gap between them is large at small scale. Check the minimum size too: it is often far above what a modest workload needs, and it sets the floor on the bill.

When not to use

Shared filesystems are the expensive way to share state. If what you are storing is objects rather than files, object storage is cheaper, scales further, and does not need a mount.

Other solutions