This repo contains a python script which exports DMS report.
.
├── CHANGELOG.md
├── CONTRIBUTORS.txt
├── README.md
└── extract_table_statistics.py
- Install Python3
- Install boto3 package
- Setup AWS Credentials in your local machine
-
Run python script
✗ python3 get_dms_report.py Region: us-west-2 Migration Task Arns (or Enter to quit): arn:aws:dms:us-west-2:xxxxxxx:task:xxxxxxx arn:aws:dms:us-west-2:xxxxxxx:task:xxxxxxx arn:aws:dms:us-west-2:xxxxxxx:task:xxxxxxx Extracting Table Statistics... Tasks: 3 of 3 Created DMS Table Statistics Report!!!
-
Report File will be in the root directory
BSD