All you need to know about encrypting AWS S3 buckets

Поділитися
Вставка
  • Опубліковано 8 лют 2025

КОМЕНТАРІ • 23

  • @malikshamim7034
    @malikshamim7034 3 роки тому +1

    Thanks alot ,please create a video on these gateways like virtual private gateway ,transit gateway , border gateway ,customer gateway , interface endpoint ,gateway endpoint , vpc endpoints ,these concepts are really confusing

    • @cloudonaut
      @cloudonaut  3 роки тому

      Thanks a lot for your feedback. Will add your content wishes into our backlog.

  • @thatguynick7992
    @thatguynick7992 Рік тому

    Is there an updated version of this content. Currently there isn’t an option to enable and disable encryption. SSE-S3 is default

    • @cloudonaut
      @cloudonaut  Рік тому

      Correct, S3 buckets are encrypted by default those days. Up until know, we haven't recorded an updated video yet.

  • @andriys5772
    @andriys5772 3 роки тому +1

    Thank you!

  • @oleksandrlytvyn532
    @oleksandrlytvyn532 Рік тому +1

    Thanks

  • @putinaspiliponis6428
    @putinaspiliponis6428 3 роки тому +1

    What are security considerations for SSE-KMS bucket keys versus object keys? I kinda got the impression that in the case of "bucket key" the original requestor entity doesn't have to be granted specifically to use a specific KMS key.

    • @cloudonaut
      @cloudonaut  3 роки тому +2

      bucket keys are much cheaper in terms of KMS API calls. The only change is that all objects are encrypted with the same key. Which makes sense anyways.

  • @Niko-kf1gt
    @Niko-kf1gt 2 роки тому

    I have couple of s3 buckets where the default encryption is turned on by default (SS3-S3) but for some reason some objects are showing as unencrypted.
    I wonder if we can encrypt after an object has been uploaded , if I go to the object and try to edit the server-side encryption it says I don't have permission.

    • @cloudonaut
      @cloudonaut  2 роки тому

      The default encryption does only apply when creating or updating/replacing an object. The setting does not affect objects, that have been created before.

  • @brunocardoso8277
    @brunocardoso8277 2 роки тому

    Hi, thanks for the content. if I may ask a question, how can i write the policies for SSE-S3 encryptions? I tried some, but when I set nothing in the header its was rejecting all my requests from a Java Client. Thanks

    • @cloudonaut
      @cloudonaut  2 роки тому

      I'd say, replacing s3:x-amz-server-side-encryption-aws-kms-key-id: !GetAtt 'Key.Arn' from our example with "s3:x-amz-server-side-encryption": "AES256" should do the trick.

  • @sarulatha7374
    @sarulatha7374 3 роки тому

    Hi Thanks a lot for this video.
    Could you please make a video how to encrypt and decrypt the files using AWS KMS

    • @cloudonaut
      @cloudonaut  3 роки тому +3

      Good point, will add that to our TODO list. :)

  • @raze5
    @raze5 2 роки тому +1

    What you think would be reasons to NOT to enable bucket key? But choosing more expensive key instead?

    • @cloudonaut
      @cloudonaut  2 роки тому

      I don't see a good reason. All other services use similar optimizations to reduce kms requests.

  • @RahulAhire
    @RahulAhire 2 роки тому

    How can I verify that the objects are actually encrypted.

    • @cloudonaut
      @cloudonaut  2 роки тому

      What do you mean by "verify that the objects are actually encrypted"? As the de/encryption happens on-the-fly you have to trust AWS and their security/quality certifications, that the encryption is working. All you can do is the check the details of an object to check which encryption was applied.

    • @RahulAhire
      @RahulAhire 2 роки тому

      @@cloudonaut whenever I access the encrypted files in console or preview it, I get it in its original form. Let's says there's a hack (or there's a raid by police) that my system faced and by mistakenly I allow read access. How can I see if the encryption is working. When I encryption a text file locally it automatically turns into something random.

  • @salathielojage6805
    @salathielojage6805 2 роки тому

    Sir, your face is obscuring some of your code!