Can you please let me know the tools/document which I can use/refer to migrate data residing on mainframe db2 system to aws rds (postgres).
Example - I have a table DB2 Employee with columns Id as Integer and Name as Char (30) with 100 records so how do migrate/convert DDL into postgres format and load data into postgres table.
I just browse through 'AWS Database Migration Service' but I don't see it support to migrate source db2 data to target aws rds or do we need to upload data on s3 and then load to rds.
Thanks!