Update
MySQL server with version 5.7 is now available in Amazon Linux yum repo list. You can easily install it with command:
yum install mysql57-server
You can read the post if you want to know how I installed mysql community server from binary package and automated the password change with the help of expect program when mysql57-server
was not available in yum repo on Amazon Linux!