How can I share an encrypted Amazon RDS DB snapshot with another account?

Поделиться
HTML-код
  • Опубликовано: 31 янв 2025

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

  • @aymenbentanfous1105
    @aymenbentanfous1105 Год назад +2

    The sentence that I need from the whole video "Make sure to select the correct region" :)

  • @Magicx87
    @Magicx87 Год назад

    Great tutorial! Straight to the point

  • @frannelk
    @frannelk 4 года назад

    Very good, I found this on the AWS white papers too and this helped me to accomplish some task for my customer 👏🏻👍👍👍👍

  • @FrogBrawler
    @FrogBrawler 3 года назад +2

    Great tutorial... just wondering. Why were things created so that it is not possible to share the default KMS? I'm sure there's some security related thing that I'm not currently grasping here.

  • @liamray2010
    @liamray2010 2 года назад

    Nice tut! 10nx Chetan ; )

  • @christinaliu2896
    @christinaliu2896 3 года назад +2

    Why you did not use the shared KMS when you create copy of shared snapshot? I pause the screen and see you use default key?

    • @hoola_amigos
      @hoola_amigos 2 года назад +2

      Turns out you don't need to use the shared KMS key again when we copy the shared snapshot at the end. It works even with default KMS.

    • @luke8818
      @luke8818 2 года назад +1

      I think he forgot one step, the new account need to approve sharing invitation for the KMS key

    • @Learner-hg4hj
      @Learner-hg4hj Год назад

      Wonderful catch

    • @ChotaChef-em2fu
      @ChotaChef-em2fu 8 месяцев назад

      I was wondering the same thing!

  • @OmniCloudArchitect
    @OmniCloudArchitect 2 года назад

    you forget to mention one important step, on target AWS account, you need to add IM policy to the user which do the copy snapshot operation, the policy is for you to get access to KMS in source account.
    {
    "Version": "2012-10-17",
    "Statement": [
    {
    "Effect": "Allow",
    "Action": [
    "kms:Describe*",
    "kms:Enable*",
    "kms:List*",
    "kms:Put*",
    "kms:Update*",
    "kms:Revoke*",
    "kms:Disable*",
    "kms:Get*",
    "kms:TagResource",
    "kms:UntagResource"
    ],
    "Resource": "arn:aws:kms:*:source_account_ID:key/KEY_ID"
    }
    ]
    }

    • @awssupport
      @awssupport 2 года назад

      We appreciate your feedback! 💭 I've gone ahead and shared this with our team internally for review. 🔍 ^RN

  • @patrickding6506
    @patrickding6506 4 года назад +1

    didn't you need to share the KMS to another account first?

  • @shubhamsaini5725
    @shubhamsaini5725 2 года назад

    really helpful

  • @cerguniko
    @cerguniko 3 года назад

    Thanks, It helps me

  • @sreejithsoman5424
    @sreejithsoman5424 3 года назад

    Thanks , it helped.

  • @seanyrobbo1
    @seanyrobbo1 4 года назад

    Thank you

  • @julianomoraisbarbosa
    @julianomoraisbarbosa 3 года назад

    #til