managed-ingestion-service
Installation
SKILL.md
Managed Ingestion Service
Overview
Ingest documents into Amazon OpenSearch at scale via OSIS pipelines. Supports both Amazon OpenSearch Service (AOS) domains and Amazon OpenSearch Serverless (AOSS) collections.
When to Use
- User has an OpenSearch domain or AOSS collection and wants to ingest documents at scale
- User wants to move from local development to cloud ingestion
- User mentions OSIS, S3 ingestion, cloud processing, managed ingestion
Ingestion Paths
| Path | Upload to S3 | OSIS Processor | Status | Best for |
|---|---|---|---|---|
| Local processing | JSONL chunks (from local Docling) | parse_json (pass-through) |
Available now | Validated locally, deploy at scale |
| Cloud ingestion | Raw PDF/DOCX/PPTX/XLSX | document_extractor |
Private beta | Full cloud processing, no local compute |