aws-quickstart/quickstart-apache-superset

Difficulty in accessing superset postgresql database at port 5432

JasbirCodeSpace opened this issue · 1 comments

I'm facing difficulty accessing the database of the superset container. I want to connect to the default PostgreSQL database and update some user data programmatically. If anyone knows how to do this, then please share the procedure. @troy-ameigh @DelfinGala

You can refer instructions in https://aws.amazon.com/blogs/containers/new-using-amazon-ecs-exec-access-your-containers-fargate-ec2/ and another bit complex way is to debugging your customized image locally , replaced image url in cloudformation template accordingly and redeploy