I am planning to use AWS Glue to do a simple job of extracting data from AWS s3 bucket and load it into RDS database. The plan is to use AWS wizard to create a python script, with minimum modifications.
The problem is that I need to load pretty much the same data into many separated DBs, which has the same schema, same tables, etc.
The question is if it possible to do it with one glue script (using several connections in "Required connections" in wizard, for example), or do I need to have a separate glue job for each DB?