Skip to content

Kiro AI Assistant

Andre Kurait edited this page Feb 19, 2026 · 13 revisions

Kiro AI Assistant

An AI assistant that walks you through deploying and operating OpenSearch Migrations on EKS — from infrastructure setup to traffic replay.

Getting Started

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' | bash

Works on Linux and macOS (x64 and ARM). Also works in AWS CloudShell.

What Happens

The script automatically:

  1. Installs Helm and Kiro CLI if they're not already on your machine
  2. Downloads the migration agent configuration from this repo
  3. Launches an interactive chat session with the migration assistant

On first run, you'll be prompted to sign in with your AWS Builder ID.

What You Can Do

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

Clone this wiki locally