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
- Amazon S3 Key (SSE-S3) → These are the Amazon managed keys
- AWS Key Management Service key (SSE-KMS) → These are the keys created by the user using the Key Management Service