AWS EFS support scripts
Click on the link below to download a tar.gz file containing the EFS support script.
This script adds a System V service script (/etc/rc.d/init.d/awsefs) to your system. When executed, this script checks for a file /etc/sysconfig/awsefs and loads it. It then uses this information in the file to mount or unmount the EFS volume.
The /etc/sysconfig/awsefs file contains two parameters: EFSID and MOUNTPOINT. Both are self-explanatory.
Note that after unpacking the file (cd /; tar -xzvf /.../awsefs.tar.gz) you have to run "chkconfig --add awsefs" to add the symlinks.