| name | cloud |
| description | Deploy OpenSearch search applications to AWS. Use this skill when the user wants to provision an OpenSearch domain or serverless collection on AWS, deploy search configurations, set up Bedrock connectors, configure IAM roles for OpenSearch, or migrate a local setup to Amazon OpenSearch Service or Serverless. Activate even if the user says AOS, AOSS, OpenSearch Service, serverless collection, Bedrock connector, SigV4, or AWS deployment.
|
| compatibility | Requires AWS credentials (IAM role or access keys). |
| metadata | {"author":"opensearch-project","version":"2.0"} |
Cloud
Category skill for deploying OpenSearch to cloud infrastructure.
Skills
| Skill | Description |
|---|
| aws-setup | Provision and configure Amazon OpenSearch Service domains and Serverless collections, then deploy search configurations |
| managed-ingestion-service | Ingest chunks at scale via OSIS pipelines with optional ASE (semantic_enrichment) |
When to Use
Read aws-setup/SKILL.md when the user wants to:
- Provision an Amazon OpenSearch Service domain
- Create an Amazon OpenSearch Serverless collection
- Deploy a local search setup to AWS
- Set up Bedrock connectors for ML models
- Configure IAM roles and access policies for OpenSearch
Read managed-ingestion-service/SKILL.md when the user wants to:
- Ingest JSONL chunks into an AOS domain or AOSS collection at scale via OSIS
- Set up an OSIS pipeline with semantic_enrichment (ASE)
- Upload chunks to S3 and create a managed ingestion pipeline
Usage Attribution
For all cloud work under this category, tag AWS requests with the application id opensearch-agent-skills so calls made by these skills are attributable in AWS-side logs:
- Shell
aws commands: prefix per-command with AWS_SDK_UA_APP_ID=opensearch-agent-skills (never export globally).
awslabs.aws-api-mcp-server: set "AWS_SDK_UA_APP_ID": "opensearch-agent-skills" in the server's MCP env block.
This applies to every AWS service (opensearch, opensearchserverless, iam, sts, s3, …), not just OpenSearch calls.