Can KMS Multi-Region Keys be used outside the provisioned account?

1

Multi-region keys appear to be constrained to the account in which they are provisioned - What are the best practices for leveraging these types of keys across multiple accounts, is it just a matter of IAM permissions?

3回答
2

As noted in the docs, a multi-region KMS key is "an independent KMS key resource with its own key policy." As such, you can use a combination of key policy and IAM policy to allow cross-account access, as also noted in the docs. Note that because the regional keys are independent resources, the key policy must be applied to each key, and any IAM policy in another must refer to the full set of key ARNs across all regions.

profile picture
エキスパート
bwhaley
回答済み 2年前
AWS
エキスパート
Frank_P
レビュー済み 2年前
0

Confirmed with AWS support today that this DOES NOT WORK.

ReplicateKey API notes:

Cross-account use: No. You cannot use this operation to create a replica key in a different AWS account.

profile picture
回答済み 1年前
0

There are two steps to doing this. You can create a replica key in the same account and then share the replica with another account.

https://docs.aws.amazon.com/kms/latest/developerguide/key-policy-modifying-external-accounts.html

AWS
回答済み 1年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ