Issue: AWS RDS Multi-AZ DB Clusters lose binlog files during maintenance operations (resizes, failovers, patches), causing CDC tools (DMS, Fivetran) to fail with Error 1236 "Could not find first log file name in binary log index file".
Root Cause: Multi-AZ DB Clusters store newest binlog files in ephemeral local storage that is wiped during host replacements. This is documented AWS behavior per: https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/mysql-stored-proc-configuring.html
"If binary logs on the DB cluster exceed half of the total local storage space, Amazon RDS automatically moves stale logs to the EBS volume. However, the newest logs remain in local storage, so they're subject to be lost if there's a failure that requires a host replacement, or if you scale the database up or down."