3 Answers
- Newest
- Most votes
- Most comments
0
¿Maybe you need a public IP to resolve "myprojectdbinstance.c42n4hggvli1.eu-central-1.rds.amazonaws.com" DNS?
answered 2 years ago
0
Fagrate 1.3 or 1.4 ?
With Fargate 1.4, did you create a Task Execution Role ?
Take a look at this tutorial.
https://aws.amazon.com/premiumsupport/knowledge-center/ecs-fargate-task-database-connection/
Did you create the environment variables in the task definition ?
answered 2 years ago
Fargate is latest, I do have the default execution role
ecsTaskExecutionRole
. I do have the environment variables in the task definition.DATABASE_URL
,DATABASE_USERNAME
andDATABASE_PASSWORD
, which point to my RDS DB endpoint, username and password.
0
It turned out that the right DATABASE_URL
should be postgres://postgres@mydbendpoint/my_project_db
and it worked.
answered 2 years ago
Relevant content
- asked 5 years ago
- asked 2 years ago
- AWS OFFICIALUpdated 10 months ago
- AWS OFFICIALUpdated 8 months ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
I do set Public IP on the task