I am attempting to install Orion Platform on a new set of servers using a RDS instance back end. I have a windows domain account for the authentication. The configuration wizard fails after approximately 9%. The error message is Can not add '%user account%' user to database 'SolarWindsOrion' where %user account% is the domain account that is being used to connect to the database. Looking into the Configuration Wizard Log file, the following error occurs more than once. System.Data.SqlClient.SqlException (0x80131904): Could not obtain information about Windows NT group/user '%user account%', error code 0x54b. The user account has "create any database privilege" in RDS, but doesn't have any other permissions like DBCREATOR due to AWS RDS restrictions. The user account was able to create the SolarWindsOrion database. The user account is also a regular domain user with no special permissions.
My question is, am I missing any permissions in RDS that are needed to install/configure the Orion Platform? Am I missing any permissions for my user account needed to install/configure the Orion Platform?