S3 File Anonymization ( Data Masking)
Could you please tell me whether there is any AWS service that can mask the content of S3 files? (Data masking/Anonymization).
For Example,
Masking Name from John to 'abcd'
Masking Phone Number from 770012 to 11111
- Masking Date of Birth from 2020-01-05 to 2000-11-11
Even after masking, the column's format should be preserved. Example, Date of birth should be in date format even after the masking
Thanks & Regards,
Aflah Kanhayi
Not sure if you are looking to mask data when stored or when retrieved. For the latter, Object Lambda provides option. Take a look at this blog with example:
Maybe you want to consider looking into these two -
the answer is correct, based on the limited information in the question. A more complete answer would have been to also propose solution for masking data when accessed.
Relevant questions
AWS Data Transfer Costs with content download from website - S3
asked 19 days agoData ingestion from Oracle Cloud into S3
Accepted Answerasked 4 years agoDrastically increase data size after sync local data to s3 deep archive
asked 3 years agoS3 File Anonymization ( Data Masking)
asked 4 months agoTest Data Management tool for file Anonymization in AWS
asked 4 months agoIs there an AWS service that can codelessly, serverlessly download an external file via HTTPS to an S3 bucket?
asked 20 days agoData Pipeline stops processing files in S3 bucket
Accepted Answerasked 6 months agoCan you use AWS Snowball for local data transfers without importing the data to Amazon S3?
Accepted Answerasked a year agoData movement from prod to dev with anonymization of PII
Accepted Answerasked 4 years agoCan I see and move the actual content of data (Files& Folders) stored on Virtual Tape and move to S3 Storage to spin the EC2 using vmdk file
asked 5 months ago
the answer is correct, based on the limited information in the question. A more complete answer would have been to also propose solution for masking data when stored.