3 Answers
- Newest
- Most votes
- Most comments
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:
0
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.
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.
answered 4 years ago
Relevant content
- asked 2 years 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.