Keycloak server deployment on AWS

Hello Experts,

We are planning to use keycloak for user authentication and saml integration for our application running on postgresql. Scenarios of our usage:

  1. SAML Integration with customer’s IDP to keycloak sp to our application running on AWS with postgresql backend.
  2. Form based authentication by customer’s users to our application running on AWS with postgresql backend.

To achieve this, should I run the keycloak server on public subnet with elastic ip & hostname (listed as CNAME in dns) or should I run the server in private subnet with internal ip (listed as A record in dns).

Please advise.

Thanks,
Srikar

Hi @srikarvd,

Are you using standalone postgresql insance running in ec2 or using postgresql rds instance for keycloak?

Have you got any luck in setting it up?

Thanks,
Vaibhav