data redaction or mask in dynamodb

0

Hello

How to put Redaction/Masking in place for all PII DB columns in DYNAMODB

when user query data based on role , PII data should be shown redacted/masked do we have any tools to use for redaction/masking for dynamodb or any other approach Could you let me know

질문됨 일 년 전677회 조회
1개 답변
0

While DynamoDB is designed to be encrypted-at-rest [1], there is currently no native feature in DynamoDB to mask/redact data.

Depending on your use case, you might want to look into fine-grained access control [2], which allows specifying conditions to determine how IAM policies take effect in DynamoDB.

Further, the following documentation on best practices for securing sensitive data may also be of use: [3]

[1]https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/EncryptionAtRest.html

[2]https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/specifying-conditions.html

[3]https://aws.amazon.com/blogs/database/applying-best-practices-for-securing-sensitive-data-in-amazon-dynamodb/

AWS
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠