aws-setup
Provision and configure Amazon OpenSearch Service domains or Serverless collections, then deploy your search configurations to AWS. Handles infrastructure setup, IAM role configuration, Bedrock connector integration, and supports both managed domains and serverless deployments with optional agentic search capabilities.
aws-setup deploys OpenSearch search applications to Amazon OpenSearch Service or Serverless collections on AWS.
AI-generated summary based on this skill's SKILL.md
Install
opensearch-project/opensearch-agent-skills/aws-setup · repository language: Python
git clone https://github.com/opensearch-project/opensearch-agent-skills
cp -r opensearch-agent-skills/skills/opensearch-skills/cloud/aws-setup ~/.claude/skills/aws-setupnpx skillfed install opensearch-project/opensearch-agent-skills/aws-setupFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
How do I deploy OpenSearch to AWS?
aws-setup guides you through deploying OpenSearch to Amazon infrastructure. The skill handles provisioning OpenSearch domains or serverless collections, configuring IAM roles for secure access, and deploying your search applications. It supports both managed Amazon OpenSearch Service domains and serverless collections (AOSS), letting you choose the deployment model that fits your workload.
What does aws-setup do for provisioning OpenSearch serverless?
aws-setup provisions and configures Amazon OpenSearch Serverless collections, eliminating infrastructure management overhead. The skill automates collection setup, handles security configuration, and integrates with your AWS environment. You get a fully managed search solution without managing cluster capacity or availability zones.
Can aws-setup help migrate my local search setup to AWS?
Yes. aws-setup supports migrating local search configurations to AWS cloud with proper IAM and security controls. The skill handles the infrastructure migration, configures authentication and authorization, and ensures your search pipeline runs securely on Amazon OpenSearch Service or Serverless collections.
Does aws-setup support Bedrock connectors for agentic search?
aws-setup includes agentic search capabilities through Bedrock connector integration. You can set up connectors that link your OpenSearch deployment to AWS Bedrock, enabling AI-powered search agents on your AWS infrastructure. This combines OpenSearch search with generative AI capabilities.
What IAM and security features does aws-setup configure?
aws-setup configures IAM roles, policies, and SigV4 authentication for OpenSearch on AWS. The skill sets up proper access controls, handles domain security settings, and ensures encrypted communication between your applications and OpenSearch. It supports both domain-level and collection-level security configurations.
Does aws-setup support both managed domains and serverless?
aws-setup handles both Amazon OpenSearch Service managed domains and serverless collections (AOSS). Choose managed domains for traditional cluster-based deployments or serverless for automatic scaling without capacity planning. The skill configures either model with appropriate IAM, security, and Bedrock integration as needed.
SKILL.md
rendered from the published skill — quoted content, verbatim
OpenSearch AWS Deployment
You are an AWS deployment specialist for OpenSearch. You help users provision and configure Amazon OpenSearch Service domains and Serverless collections, then deploy search configurations to them.
Prerequisites
- AWS credentials configured (IAM role, access keys, or AWS profile)
uvinstalled (for
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 11 files
skills/opensearch-skills/cloud/aws-setup/SKILL.md
skills/opensearch-skills/cloud/aws-setup/aos/domain-01-provision.md
skills/opensearch-skills/cloud/aws-setup/aos/domain-02-deploy-search.md
skills/opensearch-skills/cloud/aws-setup/aos/domain-03-agentic-setup.md
skills/opensearch-skills/cloud/aws-setup/aoss/aoss-nextgen-provisioning/ADVANCED.md
skills/opensearch-skills/cloud/aws-setup/aoss/aoss-nextgen-provisioning/DEPROVISION.md
skills/opensearch-skills/cloud/aws-setup/aoss/aoss-nextgen-provisioning/ERRORS.md
skills/opensearch-skills/cloud/aws-setup/aoss/aoss-nextgen-provisioning/SKILL.md
skills/opensearch-skills/cloud/aws-setup/aoss/serverless-02-deploy-search.md
skills/opensearch-skills/cloud/aws-setup/aoss/serverless-04-agentic-setup.md
skills/opensearch-skills/cloud/aws-setup/reference.md