Aws S3 Object Encryption/Decryption by Using KMS

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • This video shows how we can use kms keys to encrypt and decrypt S3 objects. This provides enhanced level of security to S3 Objects.
    Please note that you get reduced throughput limits for get request per prefix when use kms keys.
    Please also note costs associated with use of KMS.

Комментарии • 4

  • @billmclean2990
    @billmclean2990 2 месяца назад

    nice demo , i like this simple type of example , for KMS , full access , but you control via your own keys, server side

  • @deepalideotale8848
    @deepalideotale8848 6 месяцев назад +1

    Thanks for video. Please make video on cloud watch and cloud trail

  • @amlg2543
    @amlg2543 Месяц назад

    How can this be used
    programatically when accessing from a client

  • @NeeleshVinchoorkar
    @NeeleshVinchoorkar 10 месяцев назад +1

    Sir i have my made my pucket publicly accessible but it is has kms enable and when i am trying to view the data then it is not opening and this is coming back that Requests specifying Server Side Encryption with AWS KMS managed keys require AWS Signature Version 4. I am using nodejs. BTW liked your vedio.