I am setting up a new server with RDS. I want to control the access to applications I install for RDS host using Groups or Users. Is this possible? How?
Let's say I have a set of 5 applications that will be used by a group of users. Some users have access to App A, others to App B, others to App C. All of this may overlap.
I thought I would create 5 groups:
- App A Group
- App B Group
- Etc.
Then assign each user to the group of the application he has access to. Is this doable? Is this the proper way to do it, or is there some other best practice for this type of configuration?
Thanks.