skillfed

aoss-nextgen-provisioning

This skill automates the setup and teardown of Amazon OpenSearch Serverless NextGen collections, handling encryption policies, network policies, collection groups, and collections in the correct dependency order. Choose from simple defaults, advanced customization, standalone collections, or add to existing groups. Includes safeguards for valid OCU capacity, mandatory standby replicas, and confirmation before deletion.

aoss-nextgen-provisioning guides you through creating and tearing down Amazon OpenSearch Serverless NextGen collections with all required security policies.

AI-generated summary based on this skill's SKILL.md

37 30 Apache-2.0 updated by opensearch-project

Install

opensearch-project/opensearch-agent-skills/aoss-nextgen-provisioning · repository language: Python

git clone https://github.com/opensearch-project/opensearch-agent-skills
cp -r opensearch-agent-skills/skills/opensearch-skills/cloud/aws-setup/aoss/aoss-nextgen-provisioning ~/.claude/skills/aoss-nextgen-provisioning
npx skillfed install opensearch-project/opensearch-agent-skills/aoss-nextgen-provisioning

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create an OpenSearch Serverless collection?

aoss-nextgen-provisioning automates collection creation with full policy orchestration. You can provision OpenSearch Serverless NextGen collections by choosing from simple defaults for quick setup, advanced customization for fine-tuned control, standalone collections for isolated workloads, or add to existing collection groups. The skill handles encryption policies, network policies, and collections in correct dependency order, ensuring all resources are properly configured before deployment.

What policies does aoss-nextgen-provisioning set up?

aoss-nextgen-provisioning sets up collection groups, encryption policies, and network policies in the correct dependency order. It also configures data access policies to manage who can interact with your collections. The skill validates all policy configurations and ensures mandatory standby replicas are enabled, providing comprehensive security and access control for your OpenSearch Serverless infrastructure.

How do I deprovision AOSS resources safely?

aoss-nextgen-provisioning includes safeguards for safe deprovisioning and teardown of OpenSearch Serverless resources. Before deletion, the skill requires explicit confirmation to prevent accidental removal. This guided approach ensures you can confidently deprovision collections and collection groups while maintaining data integrity and avoiding unintended infrastructure changes.

Can aoss-nextgen-provisioning manage collection capacity?

Yes, aoss-nextgen-provisioning manages OpenSearch Serverless collection capacity with valid OCU (OpenSearch Compute Unit) values. The skill validates capacity settings during provisioning to ensure your collections have appropriate compute resources. It enforces mandatory standby replicas and guides you through capacity configuration as part of the complete provisioning workflow.

What setup options does aoss-nextgen-provisioning offer?

aoss-nextgen-provisioning offers multiple setup paths: simple defaults for quick provisioning, advanced customization for detailed control, standalone collections for independent workloads, or adding collections to existing groups. The skill includes a guided provisioning wizard that validates AWS credentials and walks you through each configuration step, making it easy to choose the right approach for your use case.

Does aoss-nextgen-provisioning support vector search collections?

aoss-nextgen-provisioning supports provisioning OpenSearch Serverless collections for various workloads, including vector search use cases. The skill handles all collection types within its comprehensive provisioning framework, applying the same policy orchestration, capacity management, and safeguards regardless of collection purpose or configuration.

SKILL.md

rendered from the published skill — quoted content, verbatim

OpenSearch Serverless NextGen Provisioning & Deprovisioning

Overview

Guided wizard for provisioning and deprovisioning Amazon OpenSearch Serverless (AOSS) NextGen collections. Handles the full orchestration: security policies, collection groups, and collections — in the correct dependency order.

When to Use

  • Customer wants to create an OpenSearch Serverless collection
  • Customer wants to set up AOSS NextGen
  • Customer wants to delete/deprovision AOSS resources
  • Customer mentions "collection group", "opensearch serverless", "AOSS"

Critical Rules (MUST follow — violations are errors)

  1. --generation NEXTGEN is REQUIRED — Every create-collection-group command MUST include --generation NEXTGEN. This flag is mandatory for NextGen collection groups. Never omit it. Example: aws opensearchserverless create-collection-group --name <name>-group --standby-replicas ENABLED --generation NEXTGEN --region <region>
  2. **Create encryption policy BEFORE the

(truncated - see the full file via the links below)

Read as markdown · JSON record · Browse the source repository

File tree — 4 files
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

Related skills

Tags

serverless-search aws-infrastructure collection-orchestration security-policies resource-lifecycle capacity-management provisioning-wizard cloud-deployment