AWS macie reveal samples

0

Macie provides detailed positions of sensitive data in output file. But, I want to extract that data using positions from output file. Also, macie reveal only 10 samples. Is there any way to get more than 10 samples in aws macie "reveal samples"? If don't, is there any other solution(like sql query or something) to extract the complete data from sensitive files?

1 回答
1

I would suggest to refer to the following AWS code sample posted on the following link (gitHub resource): https://github.com/aws-samples/data-classification-pipeline . This solution uses the Macie Findings instead the Macie Job Results because the documentation shows that is best practice [https://docs.aws.amazon.com/macie/latest/user/findings.html] , since the Job Results has to be immutable, using KMS encryption. When the Findings are delivered to a S3 bucket (from a Firehose Data Stream), a Lambda function starts a Glue Workflow that runs ETL Jobs and Crawlers to transfor Json into Parquet.

AWS
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则