I need to run Sql Update/Delete commands for a AWS RDS system.

Mani1800
New Contributor

I tried 'jdbc' connection to access the data from the RDS. I was able to read the data successfully but I need to do run some update queries. It seems the jdbc won't support update operation. I tried to make connection to my RDS mysql with host, username, password, etc but it got denied due to ssl certificate authorization which is not supported in normal ssh connection to RDS. Kindly, let me know if there is any way to run update command. Thanks!!!