

本文為英文版的機器翻譯版本，如內容有任何歧義或不一致之處，概以英文版為準。

# 先決條件
<a name="create-idmw-two-accounts-prerequisite"></a>

在建立跨兩個的 ID 映射工作流程之前 AWS 帳戶，您必須先執行下列動作：
+ 完成 [設定 AWS Entity Resolution](setting-up.md) 中的任務。
+ [建立 ID 命名空間來源](create-id-namespace-source.md)。
+ [建立 ID 命名空間目標](create-id-namespace-target.md)。
+ 如果您使用來自另一個 的 ID 命名空間來源，請取得 ID 命名空間 ARN AWS 帳戶。
+ （僅限**提供者服務**) 在兩個 之間建立 ID 映射工作流程 AWS 帳戶 需要 LiveRamp 存取 S3 儲存貯體和 AWS Key Management Service (AWS KMS) 客戶受管金鑰的許可。

   AWS 帳戶 使用 LiveRamp 在兩個 之間建立 ID 映射工作流程之前，請新增下列許可政策，允許 LiveRamp 存取 S3 儲存貯體和客戶受管金鑰。

------
#### [ JSON ]

****  

  ```
  {
      "Version":"2012-10-17",		 	 	 
      "Statement": [{
          "Effect": "Allow",
          "Principal": {
              "AWS": "arn:aws:iam::715724997226:root" 
          },
          "Action": [
              "kms:Decrypt"
          ],
          "Resource": "arn:aws:kms:us-east-1:111122223333:key/key-id",
          "Condition": {
              "StringEquals": {
              "kms:ViaService": "s3.us-east-1.amazonaws.com"
              }
          }
      }]
  }
  ```

------

  在上述許可政策中，將每個 *<user input placeholder>* 取代為您自己的資訊。    
[\[See the AWS documentation website for more details\]](http://docs.aws.amazon.com/zh_tw/entityresolution/latest/userguide/create-idmw-two-accounts-prerequisite.html)