Yaroslav Bulatov
Yaroslav Bulatov

Reputation: 57933

mounting EFS on MacBook Pro

There's a number of <2017 recipes on the internet on how to mount an EFS locally on a MacBook Pro, for instance, using reverse HAProxy like here or using SSHFS. Can anyone suggest which scenario works well now (late 2018)?

Upvotes: 2

Views: 4173

Answers (1)

Michael - sqlbot
Michael - sqlbot

Reputation: 179154

When you mentioned old posts using HAProxy to mount EFS outside AWS, I thought you might referring to Serverfault: Elastic file system (EFS) mount outside of AWS. That is still, essentially, the only way to do it.

EFS filesystems are designed only to be used within a single VPC or across AWS Direct Connect. Any other application still requires a proxy, and is officially "unsupported" (but works as expected).

Upvotes: 4

Related Questions