I am using XACML 3.0 I just want to know which is the best practices for separating the PEP and PDP instances. I have three scenarios here which one is best as per the cloud way of implementation.
- I have one instance of PEP which will communicate to multiple PDP instances.
- I have multiple PEP and multiple PDP instances which will communicate to each other.
- I have multiple PEP instances which will communicate to one PDP instance.