

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

# 設定 Amazon Route 53
<a name="setting-up-route-53"></a>

**Topics**
+ [註冊 AWS 帳戶](#sign-up-for-aws)
+ [下載工具](#setting-up-sdk)

## 註冊 AWS 帳戶
<a name="sign-up-for-aws"></a>

若要開始使用 AWS，您需要 AWS 帳戶。如需建立 的相關資訊 AWS 帳戶，請參閱《 *AWS 帳戶管理 參考指南*》中的 [入門 AWS 帳戶](https://docs.aws.amazon.com//accounts/latest/reference/getting-started.html)。

## 下載工具
<a name="setting-up-sdk"></a>

 AWS 管理主控台 包含 Amazon Route 53 的主控台，但如果您想要以程式設計方式存取服務，請參閱以下內容：
+ API 指南記錄了服務支援的操作，並提供指向相關軟體開發套件和 CLI 文件的連結：
  + [Amazon Route 53 API 參考](https://docs.aws.amazon.com/Route53/latest/APIReference/Welcome.html)
+ 若要呼叫 API，而無需處理低階詳細資訊，例如組合原始 HTTP 請求，您可以使用 AWS SDK。 AWS SDKs 提供封裝 AWS 服務功能的函數和資料類型。若要下載 AWS SDK 並存取安裝指示，請參閱適用的頁面：
  + [Java](https://aws.amazon.com/sdk-for-java/)
  + [JavaScript](https://aws.amazon.com/sdkforbrowser/)
  + [.NET](https://aws.amazon.com/sdk-for-net/)
  + [Node.js](https://aws.amazon.com/sdk-for-node-js/)
  + [PHP](https://aws.amazon.com/sdk-for-php/)
  + [Python](https://github.com/boto/boto)
  + [Ruby](https://aws.amazon.com/sdk-for-ruby/)

  如需完整的 AWS SDKs 清單，請參閱[適用於 Amazon Web Services 的工具](https://aws.amazon.com/tools/)。
+ 您可以使用 AWS Command Line Interface (AWS CLI) 從命令列控制多個 AWS 服務。您也可以使用指令碼自動執行命令。如需詳細資訊，請參閱[AWS Command Line Interface](https://aws.amazon.com/cli/)。
+ AWS Tools for Windows PowerShell 支援這些服務 AWS 。如需詳細資訊，請參閱 [AWS Tools for PowerShell Cmdlet 參考](https://aws.amazon.com/documentation/powershell/)。