

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

# Bedrock Data Automation 需要跨區域支援
<a name="bda-cris"></a>

BDA 要求使用者在處理檔案時使用跨區域推論支援。使用跨區域推論時，Amazon Bedrock Data Automation 會自動選擇您所在地理位置內的最佳區域 (如下表所示) 來處理您的推論請求，最大限度地利用可用的運算資源和模型可用性，以提供最佳的客戶體驗。使用跨區域推論無需額外付費。跨區域推論請求會保留在 AWS 區域 屬於原始資料所在地理位置一部分的 內。例如，在美國提出的請求會保留 AWS 區域 在美國的 內。雖然資料仍只會存放在來源區域中，但在使用跨區域推論時，您的請求和輸出結果可能會移動到主要區域之外。所有資料在透過 Amazon 的安全網路傳輸時都會進行加密。

下表包含不同推論設定檔的 ARN。將帳戶 ID 取代為您正在使用的帳戶 ID。


| 來源區域 | Amazon Resource Name (ARN) | 支援的區域 | 
| --- | --- | --- | 
| 美國東部 (維吉尼亞北部) | arn:aws:bedrock:us-east-1:{{account id}}:data-automation-profile/us.data-automation-v1 | us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | 
| 美國西部 (奧勒岡) | arn:aws:bedrock:us-west-2:{{account id}}:data-automation-profile/us.data-automation-v1 | us-east-1<br />us-east-2<br />us-west-1<br />us-west-2 | 
| 歐洲 (法蘭克福) | arn:aws:bedrock:eu-central-1:{{account id}}:data-automation-profile/eu.data-automation-v1 | eu-central-1<br />eu-north-1<br />eu-south-1<br />eu-south-2<br />eu-west-1<br />eu-west-3 | 
| 歐洲 (愛爾蘭) | arn:aws:bedrock:eu-west-1:{{account id}}:data-automation-profile/eu.data-automation-v1 | eu-central-1<br />eu-north-1<br />eu-south-1<br />eu-south-2<br />eu-west-1<br />eu-west-3 | 
| 歐洲 (倫敦) | arn:aws:bedrock:eu-west-2:{{account id}}:data-automation-profile/eu.data-automation-v1 | eu-west-2 | 
| 亞太地區 (孟買) | arn:aws:bedrock:ap-south-1:{{account id}}:data-automation-profile/apac.data-automation-v1 | ap-northeast-1<br />ap-northeast-2<br />ap-northeast-3<br />ap-south-1<br />ap-south-2<br />ap-southeast-1<br />ap-southeast-2<br />ap-southeast-4 | 
| 亞太地區 (悉尼) | arn:aws:bedrock:ap-southeast-2:{{account id}}:data-automation-profile/apac.data-automation-v1 | ap-northeast-1<br />ap-northeast-2<br />ap-northeast-3<br />ap-south-1<br />ap-south-2<br />ap-southeast-1<br />ap-southeast-2<br />ap-southeast-4 | 
| AWS GovCloud （美國西部） | arn:aws:bedrock:gov-cloud:{{account id}}:data-automation-profile/us-gov.data-automation-v1 | us-gov-west-1 | 

以下是針對啟用了 CRIS 的 `us-east-1` 或 `us-west-2` 處理文件的 IAM 政策範例。

```
{"Effect": "Allow",
 "Action": ["bedrock:InvokeDataAutomationAsync"],
 "Resource": [
  "arn:aws:bedrock:us-east-1:{{account_id}}:data-automation-profile/us.data-automation-v1",
  "arn:aws:bedrock:us-east-2:{{account_id}}:data-automation-profile/us.data-automation-v1",
  "arn:aws:bedrock:us-west-1:{{account_id}}:data-automation-profile/us.data-automation-v1",
  "arn:aws:bedrock:us-west-2:{{account_id}}:data-automation-profile/us.data-automation-v1"]}
```