S3 File Anonymization ( Data Masking)

1

Could you please tell me whether there is any AWS service that can mask the content of S3 files? (Data masking/Anonymization).

For Example,

  1. Masking Name from John to 'abcd'

  2. Masking Phone Number from 770012 to 11111

  3. 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

3回答
0

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:

https://aws.amazon.com/blogs/machine-learning/protect-pii-using-amazon-s3-object-lambda-to-process-and-modify-data-during-retrieval/

AWS
回答済み 2年前
profile picture
エキスパート
レビュー済み 10日前
  • 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.

0
  • 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.

0

To other good answers, I can add that you can monitor your S3 Buckets using AWS Macie to detect PIIs.

Then you can trigger lambda for findings to anonymize it because AWS Macie is sending events through EventBridge. You can find more here.

profile picture
MG
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ