PoC AWS DMS for Postgres Data Migration
Overview
Part of Organization migration: Replicate PostgreSQL data (gitlab-org&18462) we need to figure out how we are going to move Postgres data.
The first option is to use sql copy for each table.
The other option would be to use AWS data migration service with selection rules.