Attaching an AWS EFS volume is simple.

Check you current layout

lsblk

Create montpoint/directory

sudo mkdir /data

Add filesystem to fstab

EFS 1

Mount filesystem

sudo mount -a

Validate with mount

mount

EFS 2

Validate with df

df -h

EFS 3