# Route 53 DNS割り当て

Amazon EC2インスタンスIPアドレッシング

> <https://docs.aws.amazon.com/ko_kr/AWSEC2/latest/UserGuide/using-instance-addressing.html>

* AWSインスタンスを生成する際、自動的に割り当てられるDNSより優先されるようにRoute53DNSを割り当て
* 次のような手順で進めます。
  1. DHCPオプションセット作成
  2. DHCP オプション セット 接続
  3. インスタンス接続

***

### 1. DHCPオプションセットの作成 <a href="#id-1" id="id-1"></a>

使用したいDNSを割り当て、新しいDHCPオプションセットを作成

> <https://docs.aws.amazon.com/ko_kr/vpc/latest/userguide/VPC_DHCP_Options.html>

### 2. DHCP オプション セット 接続 <a href="#id-2" id="id-2"></a>

新しいVPCを生成するか、既存のVPCに上記で生成したDHCPオプションセットを接続

> <https://docs.aws.amazon.com/ko_kr/vpc/latest/userguide/vpc-dns.html>

### 3. インスタンス接続 <a href="#id-3" id="id-3"></a>

上記で設定したVPCをインスタンスに接続

> <https://aws.amazon.com/ko/premiumsupport/knowledge-center/connect-vpc/>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.plura.io/ja/iaas/aws/route53.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
