AWS prescriptive-guidance documentation change
Summary
Removed a section describing Amazon Comprehend integration with S3 Object Lambda for PII redaction
Security assessment
The removal of a technical example for PII redaction does not indicate a security issue. It may be content consolidation, but there is no explicit evidence of a security vulnerability being addressed.
Diff
diff --git a/prescriptive-guidance/latest/privacy-reference-architecture/personal-data-account.md b/prescriptive-guidance/latest/privacy-reference-architecture/personal-data-account.md index fc3d6c0d8..3d6097c89 100644 --- a//prescriptive-guidance/latest/privacy-reference-architecture/personal-data-account.md +++ b//prescriptive-guidance/latest/privacy-reference-architecture/personal-data-account.md @@ -128,2 +127,0 @@ For a complete list of what CodeGuru Reviewer can detect, see the [Amazon CodeGu -You can use the AWS SDKs and Amazon Comprehend API to integrate Amazon Comprehend with many applications. An example is using Amazon Comprehend to detect and redact personal data with Amazon S3 Object Lambda. Organizations can use S3 Object Lambda to add custom code to Amazon S3 GET requests to modify and process data as it's returned to an application. S3 Object Lambda can filter rows, dynamically resize images, redact personal data, and more. Powered by AWS Lambda functions, the code runs on infrastructure that is fully managed by AWS, which eliminates the need to create and store derivative copies of your data or to run proxies. You don't need to change your applications to transform objects with S3 Object Lambda. You can use the `ComprehendPiiRedactionS3Object` Lambda function in AWS Serverless Application Repository to redact personal data. This function uses Amazon Comprehend to detect personal data entities and redacts those entities by replacing them with asterisks. For more information, see [Detecting and redacting PII data with S3 Object Lambda and Amazon Comprehend](https://docs.aws.amazon.com/AmazonS3/latest/userguide/tutorial-s3-object-lambda-redact-pii.html) in the Amazon S3 documentation. -