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
AIEnterprise 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
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
DescribeIndex
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
CreateDataSource
Register a data source connector against the now-active index so Kendra knows where to crawl content from.
4
startSyncJob
StartDataSourceSyncJob
Start the first synchronization job so the connector begins crawling and indexing documents from the configured repository.