Is it possible to enable/export RDS user login/logout events to CloudWatch? or are there any other aws related tools to achieve this?
1 Answer
You can enable audit logs for your rds instance, which can capture user logins to the database as well. You can find more info on that here.
Click here to see example of Audit logs showing CONNECT and DISCONNECT
2