I am facing an issue while setup the RDS proxy. I have set up RDS Mysql t3.small but when I am going to ad rds instance in RSS proxy target section it doesn't show there though rds instance is available.
anyone facing issue like this.
Please guide me if I missed anything
CodePudding user response:
For your kind information MySQL 8.0 doesn't support RDS proxy. You need to use older version 5.7 MySQL.
CodePudding user response:
Either you are on an unsupported version of MySQL or read_only
is set to 1 (true
) in the DB parameter group.
According to the Amazon RDS Proxy User Guide, you can't use RDS Proxy with RDS for MySQL 8.0.
RDS Proxy currently only supports MySQL 5.6 and MySQL 5.7.
Double-check to see if your database is not set to read-only or is on an unsupported version of MySQL.