InterviewSolution
| 1. |
What Are Data Privacy Concerns In Openstack, How Those Can Be Remediated? |
|
Answer» Data residency: Concerns over who owns data in the cloud and whether the cloud operator can be ultimately trusted as a custodian of this data have been significant issues in the past. Data disposal:– Best practices SUGGEST that the operator SANITIZE cloud system media (digital and non-digital) PRIOR to disposal, release out of organization CONTROL or release for reuse. Data not securely erased:- This may be remediated with database and/or system configuration for auto vacuuming and periodic free-space wiping. Instance memory scrubbing, Cinder volume data, Image service DELAY delete feature. Data residency: Concerns over who owns data in the cloud and whether the cloud operator can be ultimately trusted as a custodian of this data have been significant issues in the past. Data disposal:– Best practices suggest that the operator sanitize cloud system media (digital and non-digital) prior to disposal, release out of organization control or release for reuse. Data not securely erased:- This may be remediated with database and/or system configuration for auto vacuuming and periodic free-space wiping. Instance memory scrubbing, Cinder volume data, Image service delay delete feature. |
|