Data protection for advanced data quality rule recommendations
For an ADVANCED run, Athena samples rows from the source table.
AWS Glue does not exclude any table column from the sample.
AWS Glue sends the table metadata and sampled rows to Amazon Bedrock. Amazon Bedrock uses this data to generate Data Quality Definition Language (DQDL) rules.
Amazon Bedrock does not retain the model inputs or outputs after it processes the request. AWS and third-party model providers do not use these inputs or outputs to train models.
For more information about data protection in Amazon Bedrock, see Data protection in Amazon Bedrock.
For more information about retention and model training, see Data
retention policies for model inference and Amazon Bedrock FAQs
For more information about recommendation modes, see Recommendation modes.
Encryption in transit
Advanced recommendation runs use geographic cross-Region inference. Amazon Bedrock can process your request in another AWS Region within the geographic boundary of the inference profile.
Your sampled content and the generated response can move outside the Region where you start the run. AWS encrypts this content in transit over the AWS network.
Encryption at rest
By default, Athena stores query results in the
aws-glue-dataquality-sampling-
bucket in your account. AWS Glue adds a lifecycle rule that expires objects after 14
days.account-id-region
AWS Glue uses the glue-dataquality-sampling Athena workgroup. If the
workgroup does not exist, AWS Glue creates it.
If you specify DataQualitySecurityConfiguration, Athena encrypts the query
results with the customer managed AWS KMS key from that configuration.
Key management
If you specify a customer managed AWS KMS key, your recommendation role needs permissions for query result encryption and AWS Glue Data Quality asset encryption. The key policy must also allow these operations for your role.
For more information about the required recommendation role permissions, see Minimum permissions to get advanced data quality rule recommendations.