by Erazal on 1/10/24, 6:35 PM with 4 comments
We store data using AWS S3 buckets.
An enterprise prospect, after initially churning for a subset of users, is considering a full company-wide return. Their primary concern is our ability to "evidence deletion of data" on AWS. How is this typically achieved, considering that a byte of data can always be duplicated elsewhere?
What are standard procedures or best practices in these cases, especially considering any regulatory compliances? If anyone has encountered similar situations, how did you handle them?
by lelandbatey on 1/10/24, 6:48 PM
That basic approach (promise in contract then record your efforts to comply) is the approach I've seen taken for e.g. CCPA-style compliance mechanisms.
Note though that what I've described isn't necessarily exactly a fit for your problem domain; nor is my description complete (e.g. if you only do what I just listed, you may have a very angry client). Just thinking out loud here.
by DamonHD on 1/10/24, 6:40 PM
Things that may help: * A method statement (procedure) for creation and deletion. * Careful screenshots of the above for sensitive datasets including the 'after' state, eg trying to access old data getting an error. * Signed statements by the people doing the above that they actually did the above in good faith and had it cross-checked by someone senior. * Possibly stamp it so someone has liability if wrong.
by toomuchtodo on 1/10/24, 6:49 PM
by belter on 1/10/24, 7:01 PM