You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ryan Anderson edited this page Apr 8, 2024
·
3 revisions
Updating a cluster to include an efs fs with encryption in transit will fail to mount due to the missing tls option. This can potentially result in communication with filesystems without encryption in transit. To work around this issue, remove the shared storage from the config file and mount it as a custom action script.
mount -t efs -o _netdev,noresvport,tls <fs-id>:<share-dir> <dir>