Data encryption at REST on aws EBS

末鹿安然 提交于 2021-01-28 07:07:47

问题


I have 2 specific questions about Amazon EBS Encryption.

  1. What is the benefit of using encrypted EBS?
  2. If create encrypted EBS and attached to the instance, will i able to read the data if i login using ssh?

Appreciate if you could explain in brief.

Thanks and Regards,

Vady


回答1:


  1. AWS employees with direct access to the underlying hardware cannot view your data. That's really the only advantage. You might have to do this for meeting security compliance requirements such as PCI or HIPAA. If not, there isn't much reason to enable EBS encryption.

  2. The data appears to the server as if it is unencrypted. Otherwise it would be unusable and there would be no point of offering this feature.



来源:https://stackoverflow.com/questions/44544324/data-encryption-at-rest-on-aws-ebs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!