https://github.com/pa/dms_data_export
This repo contains a python file while exports DMS statistics
https://github.com/pa/dms_data_export
aws aws-dms dms
Last synced: about 2 months ago
JSON representation
This repo contains a python file while exports DMS statistics
- Host: GitHub
- URL: https://github.com/pa/dms_data_export
- Owner: pa
- Created: 2020-07-24T15:18:54.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-28T18:21:13.000Z (almost 6 years ago)
- Last Synced: 2025-02-24T02:50:22.610Z (over 1 year ago)
- Topics: aws, aws-dms, dms
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# DMS Report
This repo contains a python script which exports DMS report.
## Repository Structure
```bash
.
├── CHANGELOG.md
├── CONTRIBUTORS.txt
├── README.md
└── extract_table_statistics.py
```
## Pre-requisite
- Install [Python3](https://www.python.org/downloads/)
- Install [boto3](https://pypi.org/project/boto3/) package
- Setup [AWS Credentials](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html) in your local machine
## Usage
- Run [python](extract_table_statistics.py) script
```bash
✗ 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
## License
BSD