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
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.
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.