

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

# 建立 Route 53 設定檔
<a name="profile-create"></a>

若要建立 Route 53 設定檔，請遵循本主題中的指引。選擇索引標籤，使用 Route 53 主控台建立 Route 53 設定檔，或 AWS CLI。
+ [主控台](#profile_create_console)
+ [CLI](#profile_create_CLI)

------
#### [ Console ]<a name="profile-create-procedure"></a>

**建立 Route 53 設定檔**

1. 登入 AWS 管理主控台 並開啟 Route 53 主控台，網址為 https：//[https://console.aws.amazon.com/route53/](https://console.aws.amazon.com/route53/)。

1. 在導覽窗格中，選擇**設定檔**。

1. 在導覽列上，選擇您要建立設定檔的區域。

1. 輸入設定檔的名稱，選擇性地新增標籤，然後選擇**建立設定檔**。

   這會建立具有預設組態的空設定檔，您可以將資源與之建立關聯。將資源與設定檔建立關聯後，您可以將其與多個 VPCs建立關聯，並編輯某些解析程式組態如何套用至 VPCs。

------
#### [ CLI ]

您可以執行如下所示的 AWS CLI 命令，並使用您自己的 值來建立設定檔`name`。

`aws route53profiles create-profile --name test`

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

```
{
    "Profile": {
        "Arn": "arn:aws:route53profiles:us-east-1:123456789012:profile/rp-6ffe47d5example",
        "ClientToken": "2ca1a304-32b3-4f5f-bc4c-EXAMPLE11111",
        "CreationTime": 1710850903.578,
        "Id": "rp-6ffe47d5example",
        "ModificationTime": 1710850903.578,
        "Name": "test",
        "OwnerId": "123456789012",
        "ShareStatus": "NOT_SHARED",
        "Status": "COMPLETE",
        "StatusMessage": "Created Profile"
    }
}
```

------

若要將設定檔與不同資源建立關聯，並編輯設定檔的 VPC 組態，請參閱下列程序：

**Topics**
+ [為 DNS Firewall 規則群組與 Route 53 設定檔建立關聯](profile-associate-dns-firewall.md)
+ [為私有託管區域與 Route 53 設定檔建立關聯](profile-associate-private-hz.md)
+ [為解析程式規則與 Route 53 設定檔建立關聯](profile-associate-resolver-rules.md)
+ [將介面 VPC 端點與 Route 53 設定檔建立關聯](profile-associate-vpc-endpoints.md)
+ [將 VPC Resolver 查詢記錄組態與 Route 53 設定檔建立關聯](profile-associate-query-logging.md)
+ [編輯 Route 53 設定檔組態](profile-edit-configurations.md)
+ [將 Route 53 設定檔與 VPCs建立關聯](profile-associate-vpcs.md)