How can we find out when were the binary logs of a MySQL RDS instance created?

0

As we don't have access to the Aurora/RDS MySQL instance file system, I hoped there would be another way to know when a binary log was created so we can use mysqlbinlog utility to mine it specifically instead of going through all of them.

asked 2 years ago838 views
1 Answer
0

Hi, yeah currently I think there is no way to achieve the feature you mentioned due to the reason RDS is managed. Did a research as well, similar topic discussed from the community: https://dba.stackexchange.com/questions/223848/show-created-date-of-all-binary-logs --> For on-prem MySQL you will have filesystem access for last written time.

If you want this feature to be developed, I would suggest you raise a feature request through the RDS console:

Navigate to the left lower corner of the RDS console page --> Click Feedback --> For the drop down choose "Feature request".

AWS
SUPPORT ENGINEER
Kevin_Z
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions