Articles → AWS → AWS S3 Encryption
AWS S3 Encryption
Types Of Encryptions
- Client-side encryption → In client-side encryption, the data is encrypted locally before sending it to the S3 service. The s3 service has no role in encrypting or decrypting the data
- Server-side encryption → In server-side encryption, data is encrypted by the S3 service
How To Enable Server-Side Encryption In S3?
Click to Enlarge
- Server-side encryption with Amazon S3 managed keys (SSE-S3) → These are the Amazon managed keys
- Server-side encryption with AWS Key Management Service keys (SSE-KMS) → These are the keys created by the user using the Key Management Service
- Dual-layer server-side encryption with AWS Key Management Service keys (DSSE-KMS) → An additional layer of service-side encryption added on the S3 bucket
Bucket Keys