2 Answers
- Newest
- Most votes
- Most comments
0
I'm not familiar enough with DMS to explain the reasoning behind this error, however I did see that someone had a similar problem with the same error which is discussed here: https://stackoverflow.com/questions/69579734/aws-dms-task-failed-with-error-error-executing-source-loop-stream-component-fa - It may lead you to resolving your problem
answered 3 years ago
0
The Error 1236 reading binary log in AWS DMS typically occurs due to issues with the binary logs in MySQL. This can happen if the binary log has been purged, the retention period is too low, or the DMS task has issues. To resolve, increase the binary log retention period if needed and restart the DMS task. If the issue persists, contact AWS Support.
Relevant content
- asked 5 years ago
- AWS OFFICIALUpdated 2 years ago

Thank you so much! This makes sense