I make replication using aws-rds, and set bin-log and server-id property in parameter group(like my.cnf).
and type below query
SHOW VARIABLES LIKE 'log_bin';
but result is log_bin OFF
Does replication have a bin-log??
How can I set bin-log to replication db?