-2

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.

enter image description here

anyone facing issue like this.

Please guide me if I missed anything

Ermiya Eskandary
  • 15,323
  • 3
  • 31
  • 44
Hardik Patel
  • 127
  • 2
  • 9

2 Answers2

0

For your kind information MySQL 8.0 doesn't support RDS proxy. You need to use older version 5.7 MySQL.

enter image description here

Paras Nakum
  • 238
  • 2
  • 8
  • The screenshot is from where? Do you have a reference or link for it? – Marcin Oct 10 '21 at 05:34
  • Reference link: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/rds-proxy.html – Paras Nakum Oct 17 '21 at 16:37
  • From [How to reference material written by others](https://stackoverflow.com/help/referencing): "Do not copy the complete text of sources; instead, use their words and ideas to support your own. In particular, answers comprised entirely of a quote (sourced or not) will often be deleted since they do not contain any original content." – Wai Ha Lee Oct 07 '22 at 12:56
0

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.

Ermiya Eskandary
  • 15,323
  • 3
  • 31
  • 44