Although a variation of this question has been asked before it did not help. Link for anyone interested.
mysql> GRANT SUPER ON *.* TO root@'%' IDENTIFIED BY 'password';
I ran the above command but I receive the following error, even though I am the root user:
Access denied for user 'root'@'%' (using password: YES)
I have also create a custom Parameter Group and set the log_bin_trust_function_creators=1
and rebooted the instance, but still I don't have Super Privileges. Any ideas?