Is it possible to run Keycloak with PostgreSQL on AWS Free Tier?

0
0
Asked By SkyHighRider42 On

I'm trying to set up Keycloak with PostgreSQL using a Docker Compose file on AWS, but I'm having trouble with my EC2 instance. It keeps hanging and becomes unresponsive, forcing me to restart it. Does anyone have tips or advice on how to get this setup running smoothly within the limits of the free tier?

1 Answer

Answered By TechSavvyBear23 On

Running Keycloak along with PostgreSQL can be resource-intensive, especially if you're on the AWS Free Tier. You might consider alternatives like AWS Cognito for managing authentication since it's built for scalability and might save you the headache. Plus, it's generally more reliable for these types of services.

CuriousCat14 -

That's good to know! I might have to explore Cognito if this keeps causing issues. It seems like managing these resources on free tier could be a hassle.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.