Currently we have a situation to disable binary logging for one set of queries on AWS RDS. We thought to set log-bin=0 for that specific session. As per Amazon, this is not possible. Is there any work around for us ?
We want binary logging to be working for the remaining activity that happens in parallel to this session.
If needed, we can stop and restart slave.
Thanks in advance.