Can I use Caddy with AWS EFS?

Do I need to set anything special so Caddy will know how to manage this share folder between servers?

Thanks

I don’t believe so. EFS behaves like a regular file system to the OS, right?

Caddy clustering works automatically when sharing a CADDYPATH on a file system.

You may want to set the CADDY_UUID_FILE for each server, though, or that’ll get shared between the lot of them too: https://caddyserver.com/docs/cli#caddy-uuid-file

I read the explain but I still don’t understand it. If I don’t set it what will happen?

If it’s not set, every clustered Caddy instance will share the same UUID instead of having their own individual UUIDs.

These UUIDs are used for statistics (telemetry). You may or may not be concerned with that.

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