Tuesday, June 16, 2026
banner
Top Selling Multipurpose WP Theme

Amazon Q Enterprise just lately added help for directors to change the default entry management record (ACL) crawling function for knowledge supply connectors.

Amazon Q Enterprise is a totally managed, AI powered assistant with enterprise-grade safety and privateness options. It contains over 40 knowledge supply connectors that crawl and index paperwork. By default, Amazon Q Enterprise indexes ACL data hooked up to paperwork together with the paperwork themselves and makes use of this to filter chat responses primarily based on the consumer’s doc entry. With this new function, you possibly can allow or disable ACL crawling as required by their enterprise use case.

This put up introduces the brand new ACL toggle function for Amazon Q Enterprise, which you should use to allow or disable ACL crawling. We’ll discover use circumstances for disabling ACLs and talk about safely allow or disable ACL crawling.

Overview of entry management record crawling

Amazon Q Enterprise knowledge supply connectors assist crawl numerous knowledge sources to gather and index content material in Amazon Q Enterprise for quick discovery and retrieval when answering consumer queries. These knowledge sources usually include paperwork with completely different classifications equivalent to public, inner public, personal, and confidential. To supply fine-grained management over entry rights, you possibly can connect ACLs to paperwork, permitting you to specify completely different ranges of entry for numerous customers or teams. To confirm that Amazon Q Enterprise respects entry management insurance policies and that customers solely obtain responses for content material they’re licensed to entry, the info supply connectors robotically crawl for entry permissions related to the content material, consumer identifiers, and teams.

The previous determine illustrates the Amazon Q Enterprise knowledge supply crawler with ACL crawling enabled. Because the connector retrieves content material from the info supply, it examines the related ACL and compiles an inventory of customers and teams with learn permissions for every doc. The connector additionally collects consumer identifiers, that are saved within the Amazon Q Enterprise consumer retailer for fast matching throughout question execution. Each the ACL and content material are optimized and saved within the Amazon Q Enterprise index storage, enabling safe and environment friendly retrieval when answering consumer queries. For extra data on the consumer retailer, see Understanding Amazon Q Enterprise Person Retailer.

When to disable ACL crawling?

ACL crawling builds a security-aware index that respects entry management insurance policies within the major knowledge supply. This course of helps preserve knowledge privateness and entry management required for regulatory compliance, ensuring that delicate data isn’t inadvertently uncovered by consumer question outcomes. It supplies a scalable mechanism to deal with massive quantities of content material whereas sustaining consistency between the precise entry controls on the info and what’s discoverable by search. Due to these benefits, ACL crawling is strongly really useful for all knowledge sources. Nevertheless, there are some circumstances once you may have to disable it. The next are some the reason why you may disable ACL crawling.

Internally public content material

Organizations usually designate sure knowledge sources as internally public, together with HR insurance policies, IT data bases, and wiki pages. As an example, an organization may allocate a complete Microsoft SharePoint website for insurance policies accessible to all staff, classifying it as internal-public. In such circumstances, crawling ACLs for permissions that embody all staff may be expensive and create pointless overhead. Turning off ACL crawling may be advantageous in these situations.

Information supply comprises irreconcilable identities

Amazon Q Enterprise requires all customers to authenticate with an enterprise-approved id supplier (IdP). After profitable authentication, Amazon Q Enterprise makes use of the IdP-provided consumer identifier to match in opposition to the consumer identifier fetched from the info supply throughout ACL crawling. This course of validates consumer entry to content material earlier than retrieving it for question responses.

Nevertheless, due to legacy points equivalent to mergers and acquisitions, knowledge supply configuration limitations, or different constraints, the first consumer identifier from the IdP may differ from the one within the knowledge supply. This discrepancy can stop Amazon Q Enterprise from retrieving related content material from the index and answering consumer queries successfully.

In such circumstances, it may be essential to disable ACL crawling and use different choices. These embody implementing attribute filters or constructing devoted restricted functions with entry restricted to particular audiences and content material. For extra data on attribute filters, see Filtering chat responses utilizing doc attributes.

Use case-driven focused deployments

As a totally managed service, Amazon Q Enterprise may be shortly deployed in a number of situations for scoped down focused use circumstances. Examples embody an HR bot in Slack or an AI assistant for buyer help brokers in a contact heart. As a result of these AI assistants may be deployed for a restricted viewers, and the listed content material may be usually accessible to all customers with software entry, ACL crawling may be turned off.

Observe of warning

Amazon Q Enterprise can’t implement entry controls if ACL crawling is disabled. When ACL crawling is disabled for an information supply, listed content material in that supply will likely be thought of accessible to customers with entry to the Amazon Q Enterprise software. Due to this fact, disabling ACL crawling must be performed with warning and due diligence. The next are some really useful greatest practices:

  • Notify knowledge supply content material house owners and directors of your intent to disable ACL crawling and procure their approval beforehand.
  • If relevant, contemplate implementing different choices equivalent to attribute filtering to limit content material retrieval or deploying a scoped-down, use-case-driven deployment to a restricted viewers.
  • Preserve a call doc that clearly articulates the explanations for disabling ACL crawling, the scope of affected content material, and precautions taken to forestall indexing of delicate data.

Observe: As a precaution, you can’t disable ACL crawling for an present Amazon Q Enterprise knowledge supply that already has ACL crawling enabled. To disable ACL crawling, you will need to delete the info supply and recreate it. You’ll be able to solely disable ACL crawling throughout the knowledge supply creation course of, and this requires an account administrator to grant permission for disabling ACL crawling when configuring the info supply.

Procedures for configuring ACL crawling

Amazon Q Enterprise ACL crawling helps defend your knowledge. Amazon Q Enterprise supplies safeguards to assist directors and builders mitigate unintentionally disabling ACL crawling. On this part, we are going to cowl how one can enable or deny the ACL crawling disable function, discover procedures to allow or disable ACL crawling, clarify monitor logs for ACL crawling configuration adjustments, and troubleshoot widespread points.

Personas for configuring ACL crawling

ACL crawling configuration usually entails a number of roles, relying in your organizational construction. To maximise safeguards, it’s really useful that these roles are stuffed by completely different people. For quicker deployments, establish the mandatory personnel inside your group earlier than beginning the undertaking and guarantee they collaborate to finish the configuration. Listed below are the widespread roles wanted for ACL crawling configuration:

  1. AWS account administrator – An AWS account administrator is a consumer with full entry to AWS providers and the power to handle IAM assets and permissions within the account. They’ll create and handle organizations, enabling centralized administration of a number of AWS accounts.
  2. Amazon Q Enterprise administrator – An Amazon Q Enterprise administrator is often a consumer or position liable for managing and configuring the Amazon Q Enterprise service. Their duties embody creating and optimizing Amazon Q Enterprise indexes, organising guardrails, and tuning relevance. In addition they arrange and preserve connections to varied knowledge sources that Amazon Q Enterprise will index, equivalent to Amazon Easy Storage Service (Amazon S3) buckets, SharePoint, Salesforce, and Confluence.

Conditions for ACL crawling

  • Amazon Q Enterprise software.
  • Amazon Q Enterprise knowledge supply connector that helps ACL crawling configuration.
  • Information supply authentication that meets the permissions required for crawling content material and ACLs.

Course of to disallow the choice to disable ACL crawling

By default, the choice to disable ACL crawling is enabled for an account. AWS account directors can disallow this function by organising an account-level coverage. It’s really useful to configure an express deny for manufacturing accounts by default. The next under exhibits the related actions in relation to the personas concerned within the configuration course of.

Directors can connect the IAM motion qbusiness:DisableAclOnDataSource to the Amazon Q Enterprise administrator consumer or position coverage to disclaim or enable the choice to disable ACL crawling. The instance IAM coverage code snippet that follows demonstrates arrange an express deny.

{
    "Model": "2012-10-17",
    "Assertion": [
        {
          "Effect": "Deny",
          "Action": [
                "qbusiness:DisableAclOnDataSource"
            ],
          "Useful resource": ["*"]
       }
    ]
}

Observe that even when the choice to disable ACL crawling is denied, the consumer interface may not grey out this feature. Nevertheless, should you try to create an information supply with this feature disabled, it would fail the validation examine, and Amazon Q Enterprise is not going to create the info supply.

Course of to disable ACL crawling for an information supply connector

Earlier than organising an information supply connector with ACL crawling disabled in your Amazon Q Enterprise software deployment, just be sure you don’t have any delicate content material within the knowledge supply or have carried out controls to assist stop unintended content material publicity. Confirm that the info supply connector helps the choice to disable ACL crawling. Notify data custodians, content material house owners, and knowledge supply directors of your intent to disable ACL crawling and procure their documented approvals, if needed. In case your account administrator has explicitly denied the choice to disable ACL crawling, request non permanent permission. After you’ve got secured all approvals and exceptions, create a brand new knowledge supply with ACL crawling disabled and sync the info. With ACL crawling disabled, Amazon Q Enterprise customers will have the ability to uncover data and procure solutions from the listed paperwork by this connector. Notify the account administrator to revert the account coverage again to explicitly denying the disable ACL crawling possibility. The method and interplay between completely different roles are proven within the following chart.

The next is an summary of the process to create an information supply with ACL crawling disabled utilizing AWS Console:

  1. Navigate to the Amazon Q Enterprise console.
  2. Choose the Amazon Q Enterprise software that you just need to add an information supply connector to.
  3. Select Add knowledge supply within the Information sources part and choose the specified connector.
  4. Replace the connector configuration data. See Connecting Amazon Q Enterprise knowledge sources for configuration particulars.
  5. Within the Authorization part, select Disable ACLs and examine the acknowledgment to just accept the dangers of disabling ACL crawling.
  6. Full the remaining connector configuration and select Save.
  7. Sync the info supply.

Observe: You can not disable ACL crawling for an present knowledge supply connector that was created with ACL crawling enabled. You have to create a brand new knowledge supply connector occasion with ACL disabled and delete the older occasion that has ACL crawling enabled.

Course of to allow ACL crawling for an information supply connector

Creating an information supply connector with ACL crawling enabled is really useful and doesn’t require extra enable itemizing from AWS account directors. To allow ACL crawling, you comply with steps just like disabling ACLs as described within the earlier part. When configuring the info supply connector utilizing the console, select Allow ACLs within the Authorization part to create a connector with ACL crawling enabled. You too can allow ACL crawling at any time for an present knowledge supply connector that was created with this feature disabled. Sync the info supply connector for the ACL enforcement to take impact. Amazon Q Enterprise customers can solely question and procure solutions from paperwork to which they’ve entry within the unique knowledge supply.

It’s vital to overview that the info supply administrator has arrange the required permissions correctly, ensuring that the crawler has permission to crawl for ACLs within the knowledge supply earlier than enabling ACL crawling. You’ll find the required permissions within the prerequisite part of the connector in Connecting Amazon Q Enterprise knowledge sources. The next exhibits the method for organising an information supply connector with ACL crawling enabled.

Logging and monitoring the ACL crawling configuration

Amazon Q Enterprise makes use of AWS CloudTrail for logging API calls associated to ACL crawling configuration. You’ll be able to monitor the CloudTrail log for CreateDataSource and UpdateDataSource API calls to establish ACL crawling-related adjustments made to knowledge supply configuration. For a whole record of Amazon Q Enterprise APIs which can be logged to CloudTrail, see Logging Amazon Q Enterprise API calls utilizing AWS CloudTrail.

Directors can configure Amazon CloudWatch alarms to generate automated alert notifications if ACL crawling is disabled for an information supply connector, permitting them to provoke corrective motion. For step-by-step directions on organising CloudWatch alarms primarily based on CloudTrail occasions, see How do I use CloudWatch alarms to monitor CloudTrail events.

The instance CloudWatch alarm code snippet that follows exhibits the filter sample for figuring out occasions associated to disabling ACL crawling in an information supply connector.

 ($.eventName = UpdateDataSource)
    )
    && ($.requestParameters.disableAclCrawl = true) 

Ideas for troubleshooting

When configuring Amazon Q Enterprise knowledge supply connectors, you may sometimes encounter points. The next are some widespread errors and their attainable resolutions.

Not licensed to disable ACL crawling

When creating a brand new knowledge supply connector with ACL crawling disabled, you may see an error message stating not licensed to carry out: qbusiness:DisableAclOnDataSource as proven within the following picture.

This error signifies that your administrator has explicitly denied the choice to disable ACL crawling on your AWS account. Contact your administrator to allow-list this motion on your account. For extra particulars, see the Course of to disable ACL crawling for an information supply connector part earlier on this put up.

Information supply connection errors

Information supply connectors may also fail to hook up with your knowledge supply or crawl knowledge. In such circumstances, confirm that Amazon Q Enterprise can attain the info supply by the general public web or by a VPC personal community. See Connecting Amazon Q Enterprise knowledge sources to make it possible for your knowledge supply authentication has the permissions wanted to crawl content material and ACLs, if enabled.

Id and ACL mismatch errors

Lastly, after efficiently syncing knowledge with ACL crawling enabled, some customers may nonetheless be unable to get solutions to queries, although the related paperwork had been listed. This difficulty generally happens when the consumer lacks entry to the listed content material within the unique knowledge supply, or when the consumer id obtained from the info supply doesn’t match the sign-in id. To troubleshoot such ACL mismatch points, look at the info supply sync report. For extra data, see Introducing document-level sync reviews: Enhanced knowledge sync visibility in Amazon Q Enterprise.

Key concerns and suggestions

Given the affect that disabling ACL crawling can have on content material safety, contemplate these restrictions and greatest practices when disabling ACL crawling in Amazon Q Enterprise knowledge supply connectors:

  • ACL crawling enablement is a one-way management mechanism. After it’s enabled, you can’t disable it. This helps stop unintentionally disabling ACL crawling in manufacturing environments.
  • Maintain ACL crawling enabled by default and disable it just for the subset of information supply connectors that require it.
  • If needed, contemplate splitting the indexing of an information supply by organising a number of knowledge supply connectors and limiting ACL crawling disablement to a smaller content material section. Use the doc Inclusion and Exclusion function of information supply connectors to outline the indexing scope.
  • When ACL crawling is disabled due to irreconcilable identities, contemplate different choices. These embody implementing attribute filters, proscribing entry to the Amazon Q Enterprise software, and organising guardrails.
  • As a safety greatest apply, AWS Organizations and account directors ought to add a service management coverage to explicitly deny the qbusiness:DisableAclOnDataSource permission for all accounts. Grant this permission solely when requested by an Amazon Q Enterprise administrator. After configuring an information supply connector with ACL crawling disabled, revert to an express deny. Use a ticketing system to keep up a document of exception approvals. For extra data, see <hyperlink>.
  • At the moment, disabling ACL crawling is obtainable for restricted connectors, together with ServiceNow, Confluence, SharePoint, Jira, Google Drive, OneDrive, Salesforce, Zendesk, GitHub, MS Groups, and Slack. For the newest record of connectors that help disabling ACL crawling, see Connecting Amazon Q Enterprise knowledge sources.

Clear up

To keep away from incurring extra fees, be sure to delete any assets created on this put up.

  1. To delete any knowledge supply created in Amazon Q Enterprise, comply with the directions in Deleting an Amazon Q Enterprise knowledge supply connector to delete the identical.
  2. To delete any Amazon Q Enterprise software created, comply with the directions in Deleting an software.

Conclusion

Amazon Q Enterprise knowledge supply connector ACL crawling is a necessary function that helps organizations construct, handle, and scale safe AI assistants. It performs a vital position in implementing regulatory and compliance insurance policies and defending delicate content material. With the introduction of a self-service function to disable ACL crawling, Amazon Q Enterprise now supplies you extra autonomy to decide on deployment choices that fit your group’s enterprise wants. To begin constructing safe AI assistants with Amazon Q Enterprise, discover the Getting began information.


Concerning the Authors

Rajesh Kumar Ravi, a Senior Options Architect at Amazon Internet Providers, focuses on constructing generative AI options utilizing Amazon Q Enterprise, Amazon Bedrock, and Amazon Kendra. He helps companies worldwide implement these applied sciences to boost effectivity, innovation, and competitiveness. An achieved expertise chief, Rajesh has expertise creating revolutionary AI merchandise, nurturing the builder neighborhood, and contributing to new concepts. Exterior of labor, he enjoys strolling and quick mountaineering journeys.

Meenakshisundaram Thandavarayan works for AWS as an AI/ML Specialist. He has a ardour to design, create, and promote human-centered knowledge and analytics experiences. Meena focuses on creating sustainable programs that ship measurable, aggressive benefits for strategic prospects of AWS. Meena is a connector and design thinker and strives to drive enterprise to new methods of working by innovation, incubation, and democratization.

Amit Choudhary is a Product Supervisor for Amazon Q Enterprise connectors. He likes to construct merchandise that make it simple for patrons to make use of privacy-preserving applied sciences (PETs) equivalent to differential privateness

Keerthi Kumar Kallur is a Software program Growth Engineer at AWS. He’s a part of the Amazon Q Enterprise workforce and labored on numerous options with prospects. In his spare time, he likes to do outside actions equivalent to mountaineering and sports activities equivalent to volleyball.

banner
Top Selling Multipurpose WP Theme

Converter

Top Selling Multipurpose WP Theme

Newsletter

Subscribe my Newsletter for new blog posts, tips & new photos. Let's stay updated!

banner
Top Selling Multipurpose WP Theme

Leave a Comment

banner
Top Selling Multipurpose WP Theme

Latest

Best selling

22000,00 $
16000,00 $
6500,00 $

Top rated

6500,00 $
22000,00 $
900000,00 $

Products

Knowledge Unleashed
Knowledge Unleashed

Welcome to Ivugangingo!

At Ivugangingo, we're passionate about delivering insightful content that empowers and informs our readers across a spectrum of crucial topics. Whether you're delving into the world of insurance, navigating the complexities of cryptocurrency, or seeking wellness tips in health and fitness, we've got you covered.