I also ran into this problem - it's a little easier than grabbing RPM or source code and compiling.
Amazon Linux AMI ships with the EPEL storage source, but it is disabled. So, to enable it:
sudo yum-config-manager --enable epel
Then run regular yum update and install the toolbox:
sudo yum update sudo yum install inotify-tools
Neal magee
source share