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 Answer
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
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions