-
Notifications
You must be signed in to change notification settings - Fork 58
Kiro AI Assistant
Andre Kurait edited this page Feb 19, 2026
·
13 revisions
An AI assistant that walks you through deploying and operating OpenSearch Migrations on EKS — from infrastructure setup to traffic replay.
Run this in your terminal:
curl -sL -H 'Accept: application/vnd.github.raw' \
'https://api.github.com/repos/opensearch-project/opensearch-migrations/contents/bootstrap-kiro-agent.sh?ref=kiro-agent' | bashWorks on Linux and macOS (x64 and ARM). Also works in AWS CloudShell.
The script automatically:
- Installs Helm and Kiro CLI if they're not already on your machine
- Downloads the migration agent configuration from this repo
- Launches an interactive chat session with the migration assistant
On first run, you'll be prompted to sign in with your AWS Builder ID.
Once the assistant is running, you can ask it to help with:
- Deploy — set up the Migration Assistant on EKS with your source and target clusters
- Migrate — create and run metadata, backfill, and traffic replay operations
- Troubleshoot — diagnose issues with your migration components
- Operate — check status, scale workers, and manage the migration lifecycle
Encountering a compatibility issue or missing feature?
- Search existing issues to see if it’s already reported. If it is, feel free to upvote and comment.
- Can’t find it? Create a new issue to let us know.