I set up a Centos 7 instance on EC2 and i need to mount a couple of EFS filesystems.
Because Centos 7 and Amazon Linux 2 are pretty similar, I am wondering if could be possible to add Amazon Linux Extras
in order to use amazon-efs-utils
to mount EFS file system.
I know that I can use traditional NFS configuration in /etc/fstab
, but if I can find a solution with EFS utils I prefer
Someone here already tried it?