aws-solutions / enhanced-document-understanding-on-aws

Enhanced Document Understanding on AWS delivers an easy-to-use web application that ingests and analyzes documents, extracts content, identifies and redacts sensitive customer information, and creates search indexes from the analyzed data.
https://aws.amazon.com/solutions/implementations/enhanced-document-understanding-on-aws/
Apache License 2.0
34 stars 13 forks source link

How to opt out The deployment to Amazon Kendra #5

Closed twocoins-ca closed 1 year ago

twocoins-ca commented 1 year ago

Is your feature request related to a problem? Please describe. The documentation stated that the deployment to Amazon Kendra is optional. If not deployed the search feature is not available.

How do we do it?

Describe the feature you'd like Any configuration to opt out Kendra?

Thanks in advance for the consideration and hope that we can have a prompt reply soon.

knihit commented 1 year ago

@twocoins-ca, there is a cloudformation parameter DeployKendraIndex, if you pass the value No it would not deploy the Kendra index. To provide explicit instructions, can you please share the command you are using to deploy. A snapshot of the command looks like this: cdk deploy --parameters DeployKendraIndex=No --parameters .........

knihit commented 1 year ago

@twocoins-ca hope this problem is resolved. If you are still facing issues, please feel free to open a new ticket.