sudo mkdir /efs
.
/workspace
. It is not compatible./efs
in your workspace.
efs
at the end is replaced with /efs
.NFS Mount Command
efs-utils
in your workspace image.
Could not start amazon-efs-mount-watchdog, unrecognized init system "supervisor"
after doing the mount. supervisor
is our component responsible for initializing your workspace.sudo amazon-efs-mount-watchdog &
, after creating the mount to the EFS Access Point. Why? As background, when you mount to an EFS Access Point, an efs-proxy
process is started in your workspace. If it crashes, the watchdog will restart the efs-proxy
. If efs-proxy
is not running, you will be unable to use the mount, which is why the watchdog is helpful.