將 Route 53 設定檔與 建立關聯 VPCs - Amazon Route 53

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

將 Route 53 設定檔與 建立關聯 VPCs

若要將 Route 53 設定檔與 建立關聯VPC,請遵循本主題中的指示。選擇標籤,VPC使用 Route 53 主控台或 將 Route 53 設定檔與 建立關聯 AWS CLI。

Console
建立關聯 VPCs
  1. 登入 AWS Management Console 並在 開啟 Route 53 主控台https://console.aws.amazon.com/route53/

  2. 在導覽列上,選擇您建立設定檔的區域。

  3. <Profile name> 頁面上,選擇 VPCs 索引標籤,然後選擇關聯

  4. 關聯VPCs頁面上,您最多可以選擇VPCs先前建立的 10 個。如果您想要關聯超過 10 個 VPCs,請使用 APIs。如需詳細資訊,請參閱 AssociateProfile

  5. 選擇關聯

  6. 關聯進度會顯示在VPCs頁面上的狀態欄中。

CLI

您可以執行如下 AWS CLI 命令,並使用您自己的 nameprofile-id和 值來列出設定檔resource-id

aws route53profiles associate-profile --name test-association --profile-id rp-4987774726example --resource-id vpc-0af3b96b3example

以下是執行 命令之後的範例輸出:

{ "ProfileResourceAssociation": { "CreationTime": 1710851216.613, "Id": "rpr-001913120a7example", "ModificationTime": 1710851216.613, "Name": "test-resource-association", "OwnerId": "123456789012", "ProfileId": "rp-4987774726example", "ResourceArn": "arn:aws:route53resolver:us-east-1:123456789012:firewall-rule-group/rslvr-frg-cfe7f72example", "ResourceProperties": "{\"priority\":102}", "ResourceType": "FIREWALL_RULE_GROUP", "Status": "UPDATING", "StatusMessage": "Updating the Profile to DNS Firewall rule group association" } }