Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 854 Bytes

File metadata and controls

19 lines (17 loc) · 854 Bytes

Object Encryption

  • Return to table of contents

  • Exam Tips:

    • Server-side Encryption (SSE):
      • Customer-Provided Keys (SSE-C):
        • You are completely responsible for managing these keys.
      • S3-Managed Keys (SSE-S3):
        • AWS managed key.
        • Master key is regularly rotated.
        • The default encryption key.
      • KMS-Managed Keys (SSE-KMS):
        • Allows a role split.
        • Can give separate set of permissions between KMS and S3.
        • Allows for some more control over the master key.
    • You are not encrypting a bucket, you are encrypting the objects!
    • The default encryption setting defines what default encryption policy will be used if an encryption type is not defined.
      • Can create bucket policy that enforces using a specific encryption when uploading objects.