AWS Tutorials - Handling PII Data in AWS Glue

Поделиться
HTML-код
  • Опубликовано: 2 окт 2024

Комментарии • 10

  • @srividya4040
    @srividya4040 2 года назад +1

    Thanks for the awesome content. Whether it supports nested data?

    • @AWSTutorialsOnline
      @AWSTutorialsOnline  2 года назад

      you mean a column with JSON document and having PII data?

    • @srividya4040
      @srividya4040 2 года назад

      @@AWSTutorialsOnline A column with JSON array or struct having PII data

  • @hsz7338
    @hsz7338 2 года назад +1

    Thank you @AWS Tuorials for the video. It is great as always. I have a question and a comment and thought you get your answer and view respectively: Question - With the redact/masking approach, if Glue Transformer uses redaction, does that imply we'll not be able to recover those redacted data unless we have the original data stored in an Archive or somewhere? Comments: Suppose we use "the Enrich data with Detection Result Option", we'll need to create a separate (custom) application/process to try and handle/redact those PII data as the Regulation may require. Therefore, would you say that it makes a lot more sense to leverage Lake formation to perform access control on the PII for both users and applications where some of the PII fields are identified using the Enrich data with Detection Result Option?
    By the way, Hope you are well and we are all Safe and Health.

    • @AWSTutorialsOnline
      @AWSTutorialsOnline  2 года назад +2

      I am doing ok. Thanks for asking. you are right. You cannot reverse redacted text. Redacted text method is used when you don't need PII data as part of your use case. If you need PII data; then go for the other option. In other option, either you can choose Lake Formation security to make restrictive access to the data or use AWS KMS to encrypt PII data. Users with right role can use KMS key to decrypt PII data. It is complicated coding but doable. Other simple way is to use AWS Partner Solutions which provide reversible masking or encryption.

  • @dhanraj429
    @dhanraj429 2 года назад +1

    Thank you for this awesome video, can we use custom own PII data(like gender coloumn) which is not available in the "PII to detect section" ?

  • @kaushal831
    @kaushal831 2 года назад

    Very informative video.. But it is using aws glue studio and as per my understanding, it is less popular because of Amazon pricing.

  • @awolff01
    @awolff01 2 года назад

    Thank you for providing the tips on errors to watch out for. One question is it possible to partially mask. 123-99-6765 --> XXX-XX-6765?