How to connect glue job and RDS without catalog
I’ve been trying a lot to find a solution to establish connection between glue job and RDS postgresql but all the solutions are using glue catalog which I don’t want to use.
how to populate a database via aws glue job?
I have some data saved in s3 bucket, and would like to use aws glue to push/populate data in a database. say, an relational database.