Amazon Kendra · Arazzo Workflow
Amazon Kendra Provision Index and Start First Sync
Version 1.0.0
Create an index, wait until it is active, attach a data source, and kick off the first sync job.
View Spec
View on GitHub
Artificial IntelligenceEnterprise SearchKnowledge-ManagementMachine-LearningNatural-LanguageArazzoWorkflows
Provider
Workflows
provision-index-and-sync
Create an index, wait for ACTIVE, add a data source, and start a sync job.
Creates a new Kendra index, polls until it is ACTIVE, creates a data source connector on the active index, and starts the first synchronization job.
1
createIndex
Create the new Amazon Kendra index. The index begins life in the CREATING state and is not queryable until it becomes ACTIVE.
2
waitForIndexActive
Poll the index until provisioning completes. The index reports a Status of CREATING while it is being built and ACTIVE once it can serve queries and accept documents.
3
createDataSource
Register a data source connector against the now-active index so Kendra knows where to crawl content from.
4
startSyncJob
Start the first synchronization job so the connector begins crawling and indexing documents from the configured repository.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.