--- id: opensearch-project/opensearch-agent-skills/cloud version: "0c5b370a" license: Apache-2.0 install: manual updated: 2026-07-22 --- # cloud — Cloud is a category skill for deploying OpenSearch search applications to AWS infrastructure. It guides you through provisioning Amazon OpenSearch Service domains or Serverless collections, configuring IAM roles, setting up Bedrock connectors for ML models, and migrating local setups to the cloud. Publisher: opensearch-project · Stars: 37 · Updated: 2026-07-22 Install (manual): `git clone https://github.com/opensearch-project/opensearch-agent-skills` ## SKILL.md # Cloud Category skill for deploying OpenSearch to cloud infrastructure. ## Skills | Skill | Description | |---|---| | [aws-setup](aws-setup/SKILL.md) | Provision and configure Amazon OpenSearch Service domains and Serverless collections, then deploy search configurations | | [managed-ingestion-service](managed-ingestion-service/SKILL.md) | Ingest chunks at scale via OSIS pipelines with optional ASE (semantic_enrichment) | ## When to Use Read [aws-setup/SKILL.md](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](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. [View on SkillFed](https://skillfed.io/opensearch-project/opensearch-agent-skills/cloud) · [View on GitHub](https://github.com/opensearch-project/opensearch-agent-skills)