I created a SQL Server Express on my Amazon Web Services account. During this process I had to create a master username/password. With these credentials I'm able to create and see any database on the server, as well as other logins.
I created a separate login, but according to AWS documentation, it wont let me assign any of the following roles:
http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_SQLServer.html The following server-level roles are not currently available in Amazon RDS:
bulkadmin
dbcreator
diskadmin
securityadmin
serveradmin
sysadmin
How can I create separate user accounts on this database, with full access to the database? So far any new user created cannot create a DB or see any existing data.