Hey! I am experiencing some issues trying to conne...
# flyte-deployment
h
Hey! I am experiencing some issues trying to connect to the Aurora Postgres DB I created for the manual deployment on EKS. I created it in the same VPC as my EKS cluster and have entered correct subnets and security groups. I am running a postgres docker image in a Pod on EKS and trying to connect to to the DB accordingly, by entering the provided password. It seems like I can reach the DB but I get rejected somehow. Any ideas on where to start the debugging?
Copy code
psql -U flyteadmin --host=<RDS_WRITER_ENDPOINT> --dbname=flyteadmin --port=5432
psql: FATAL:  password authentication failed for user "flyteadmin"
FATAL:  password authentication failed for user "flyteadmin"
p
@Hampus Rosvall can you detail what all steps you have performed and are you following this doc for manual deployment https://docs.flyte.org/en/latest/deployment/aws/manual.html#create-an-rds-database
h
Hi again, it turned out that my RDS Terraform module overwrote my password. It works now, all good! Thanks for your quick reply 🙂
👍 2
170 Views