1 Answer
- Newest
- Most votes
- Most comments
3
Hello ,
As You mention Traditional Encryption Models like :
- SSE (Storage Service Encryption):
- ADE (Application or OS-level Encryption):
- Host Encryption:
AWS EBS Encryption
Is there encrypting done by default in AWS for the disks of a virtual machine?
- No, there is no default encryption for EBS volumes in AWS. You must explicitly enable encryption when creating a new volume.
Which of the above does the disk encryption option it asks for are covered in the virtual machine setup steps ?
- In the context of AWS, the disk encryption option covered in virtual machine setup steps is equivalent to the SSE (Storage Service Encryption) model.
This means you'll typically find options to enable or disable encryption when creating an EBS volume and specifying the KMS key to use for encryption.
AWS EBS encryption aligns most closely with the SSE model you described in traditional encryption methods.
https://docs.aws.amazon.com/ebs/latest/userguide/ebs-encryption.html
Relevant content
- asked a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 6 months ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
thanks for the fast answer.
yeah...cool