-
Notifications
You must be signed in to change notification settings - Fork 1k
feat(aws-dms-troubleshoot-mcp-server): Add AWS dms troubleshoot mcp server #1675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
…gration RCA and CDC replication issue diagnosis
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #1675 +/- ##
==========================================
+ Coverage 88.91% 90.11% +1.19%
==========================================
Files 162 754 +592
Lines 10783 54848 +44065
Branches 1504 8756 +7252
==========================================
+ Hits 9588 49426 +39838
- Misses 871 3475 +2604
- Partials 324 1947 +1623 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
Adds new AWS DMS Troubleshooting MCP Server
Summary
Changes
This PR introduces a new MCP server for AWS Database Migration Service (DMS) troubleshooting and Root Cause Analysis (RCA). The server provides comprehensive post-migration diagnostic capabilities to help customers identify and resolve DMS replication issues.
Key Features:
Available Tools:
list_replication_tasks- List all DMS replication tasks with status filteringget_replication_task_details- Get comprehensive task information and statisticsget_task_cloudwatch_logs- Retrieve and filter CloudWatch logsanalyze_endpoint- Validate endpoint configurationsdiagnose_replication_issue- Comprehensive RCA for failed tasksget_troubleshooting_recommendations- Pattern-based error recommendationsanalyze_security_groups- Security group rule analysisdiagnose_network_connectivity- Network diagnostics for taskscheck_vpc_configuration- VPC routing and connectivity analysisPackage Details:
awslabs.aws-dms-troubleshoot-mcp-serveruvxorpipUser experience
Before:
After:
Example Usage:
Checklist
If your change doesn't seem to apply, please leave them unchecked.
Is this a breaking change? (Y/N): N
RFC issue number: N/A (new server addition)
Checklist:
Acknowledgment
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the project license.