I'm trying to find a solution where I can leverage MySQL Keyring plugin to activate the data at rest encryption for InnoDB but using AWS Key Management system. I found a similar plugin for MariaDB but I cannot find the same thing for MySQL:
MariaDB's AWS KMS encryption plugin
Or I have to build it from scratch?