2 Answers
- Newest
- Most votes
- Most comments
0
Another method will be to leverage a sensitive data discovery job in Macie. This job detects and reports all sensitive data in all s3 buckets in your account. When configuring the data discovery job, you can define the type of data type to a sensitive job. By doing this, Macie is able to detect both structured and unstructured data types.
https://docs.aws.amazon.com/macie/latest/user/data-classification.html
answered a year ago
0
Probably the easiest way is to run S3 inventory report and analyse it with Athena
https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory.html
https://docs.aws.amazon.com/AmazonS3/latest/userguide/storage-inventory-athena-query.html
Relevant content
- asked 3 years ago
- asked 3 years ago
- AWS OFFICIALUpdated 2 months ago
- AWS OFFICIALUpdated 7 months ago

While this would be good (though costly) where there is responsive content, I was hoping for a way to get wholistic inventory, including items that macie cannot classify. Trying to figure out the (every growing number of) classification/discovery gaps in my S3 environment.