Since AWS RDS MSSQL does not support logon trigger, is there any alternative way to implement same in RDS MSSQL.
In existing logic, I created a logon trigger which allows only some selected group to logon through windows authentication, also restrict some applications from accessing mssql.
I want to implement the same in AWS RDS MSSQL.