本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
檢視與 Amazon Route 53 設定檔VPCs相關聯的
選擇主控台索引標籤,以檢視和編輯 Route 53 設定檔與VPC關聯。選擇CLI標籤 AWS CLI 以列出要VPC關聯的設定檔,或取得特定關聯的相關資訊
- Console
-
檢視與設定檔VPCs相關聯的
登入 AWS Management Console 並在 開啟 Route 53 主控台https://console.aws.amazon.com/route53/
。 -
在導覽窗格中,選擇設定檔 。
-
在導覽列上,選擇您建立設定檔的區域。
-
選取您要檢視相關聯 之設定檔名稱旁邊的按鈕VPCs。
-
在 <Profile name> 頁面上,選擇 VPCs 索引標籤。
-
在 的索引標籤頁面上,VPCs您可以檢視關聯 的名稱ARN和狀態VPCs。
- CLI
-
您可以執行如下所示VPCs的 AWS CLI 命令,列出與 相關聯的設定檔:
aws route53profiles list-profile-associations
以下是您執行 命令之後的範例輸出:
{ "ProfileAssociations": [ { "CreationTime": 1709338817.148, "Id": "rpassoc-489ce212fexample",{ "ProfileAssociations": [ { "CreationTime": 1709338817.148, "Id": "rpassoc-489ce212fexample", "ModificationTime": 1709338974.772, "Name": "test-association", "OwnerId": "123456789012", "ProfileId": "rp-4987774726example", "ResourceId": "vpc-0af3b96b3example", "Status": "COMPLETE", "StatusMessage": "Created Profile Association" } ] } "ModificationTime": 1709338974.772, "Name": "test-association", "OwnerId": "123456789012", "ProfileId": "rp-4987774726example", "ResourceId": "vpc-0af3b96b3example", "Status": "COMPLETE", "StatusMessage": "Created Profile Association" } ] }
您可以執行下列 AWS CLI 命令,並使用您自己的 值,以取得與VPS設定檔相關聯的特定資訊
profile-association-id
:aws route53profiles get-profile-association --profile-association-id
rpassoc-489ce212fexample
以下是您執行 命令之後的範例輸出:
"ProfileAssociation": { "CreationTime": 1709338817.148, "Id": "rrpassoc-489ce212fexample", "ModificationTime": 1709338974.772, "Name": "test-association", "OwnerId": "123456789012", "ProfileId": "rp-4987774726example", "ResourceId": "vpc-0af3b96b3example", "Status": "COMPLETE", "StatusMessage": "Created Profile Association" } ] }
取消 VPC與 Amazon Route 53 設定檔的關聯
選擇標籤,VPC使用 Route 53 主控台或 取消 Route 53 設定檔與 的關聯 AWS CLI。
- Console
-
若要取消與 Route 53 設定檔VPC相關聯的 關聯
登入 AWS Management Console 並在 開啟 Route 53 主控台https://console.aws.amazon.com/route53/
。 -
在導覽窗格中,選擇設定檔 。
-
在導覽列上,選擇要與之取消關聯之設定檔VPC所在的區域。
-
選取您要取消關聯之設定檔名稱旁邊的按鈕VPC。
-
在 <Profile name> 頁面上,選擇 VPCs 索引標籤。
在資源的VPCs索引標籤頁面上,選擇VPC您要取消關聯的 ,然後選擇取消關聯的 。
在取消關聯資源對話方塊中,輸入
confirm
,然後選擇取消關聯 。
- CLI
您可以VPC執行如下 AWS CLI 命令,並使用您自己的 和 值來取消設定檔與
profile-id
的關聯--resource-id
:aws route53profiles disassociate-profile --profile-id
rp-4987774726example
--resource-idvpc-0af3b96b3example
以下是執行 命令之後的範例輸出:
"ProfileAssociation": { "CreationTime": 1710851336.527, "Id": "rpassoc-489ce212fexample", "ModificationTime": 1710851401.362, "Name": "test-association", "OwnerId": "123456789012", "ProfileId": "rp-4987774726example", "ResourceId": "vpc-0af3b96b3example", "Status": "DELETING", "StatusMessage": "Deleting Profile Association" }