

本文属于机器翻译版本。若本译文内容与英语原文存在差异，则一律以英文原文为准。

# 设置 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 指南记录了服务支持的操作，并提供了指向相关 SDK 和 CLI 文档的链接：
  + [Amazon Route 53 API 参考](https://docs.aws.amazon.com/Route53/latest/APIReference/Welcome.html)
+ 要调用 API 而不必处理诸如组装原始 HTTP 请求之类的低级细节，可以使用 S AWS DK。 AWS 软件开发工具包提供封装服务功能的函数和数据类型。 AWS 要下载 S AWS DK 并访问安装说明，请参阅相应页面：
  + [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 包的完整列表，请参阅 [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/)。