

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

# 先決條件
<a name="id-mapping-workflow-prerequisite"></a>

 AWS 帳戶 使用**規則型**或**提供者服務** ID 映射方法建立 ID 映射工作流程之前，您必須先執行下列動作：
+ 完成[設定 AWS Entity Resolution](https://docs.aws.amazon.com/entityresolution/latest/userguide/setting-up.html)中的任務。
+ 完成 中的任務[準備輸入資料表](prepare-data-tables.md)，視您使用的輸入資料類型而定。
+ [建立結構描述映射](create-schema-mapping.md)或[建立相符的工作流程](create-matching-workflow.md)。
+ （僅限**提供者服務** ID 映射） 在使用 LiveRamp 建立 ID 映射工作流程之前，您必須選擇要暫時寫入 ID 映射工作流程輸出的 Amazon Simple Storage Service (Amazon S3) 資料暫存儲存貯體。

  如果您使用 LiveRamp 提供者服務來翻譯第三方資料，請新增下列許可政策，以允許您存取資料暫存儲存貯體。

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

****  

  ```
  {
      "Version":"2012-10-17",		 	 	 
      "Statement": [
          {
              "Effect": "Allow",
              "Principal": {
                  "AWS": "arn:aws:iam::715724997226:root"
        
              },
              "Action": [
                  "s3:PutObject",
                  "s3:GetObject",
                  "s3:GetObjectVersion",
                  "s3:DeleteObject"
              ],
              "Resource": [
                  "arn:aws:s3:::<staging-bucket>",
                  "arn:aws:s3:::<staging-bucket>/*"
              ]
          },
          {
              "Effect": "Allow",
              "Principal": {
                  "AWS": "arn:aws:iam::715724997226:root"
              },
              "Action": [
                  "s3:ListBucket",
                  "s3:GetBucketLocation",
                  "s3:GetBucketPolicy",
                  "s3:ListBucketVersions",
                  "s3:GetBucketAcl"
              ],
              "Resource": [
                  "arn:aws:s3:::<staging-bucket>",
                  "arn:aws:s3:::<staging-bucket>/*"
              ]
          }
      ]
  }
  ```

------

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