MSSQL server audit
                 MSSQL Server Auditing on AWS RDS             Enable MSSQL Server Auditing on AWS RDS       To enable MSSQL server auditing on AWS RDS, please follow these steps:                Login to AWS console and go to RDS.          Create an option group under RDS > Option groups          Give name as 'SqlServerAudit'          Provide description as 'Option group for SQL Server audit'          Choose the engine as same as the one used while creating the database in RDS.          Choose the latest engine version. Save.          Go to RDS > Option groups and select the radio button on the option group you just created          Click on Add Option.          Select SQLSERVER_AUDIT under “Option name”          Choose the S3 bucket name where you want to keep the audit files once they grow more than the specified limit.          Choose the appropriate IAM role with write access to the S3 bucket.          Scheduling > Immediately and then click on “Add Option“....
 
 
 
