Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

This article is a Private article. Only a writer and users who know the URL can access it.
Please change open range to public in publish setting if you want to share this article with other users.

More than 3 years have passed since last update.

VPC,subnetを作成する

Last updated at Posted at 2020-01-27

こちらの記事は「中継サーバーを作成する」の中のVPC,subnetを作成する手順の紹介記事です。

1.VPCを作成する

①「Create VPC」をクリックします。
image.png

②以下の通り、VPCの情報を入力します。

  • Name tag: 任意の名前を入力する
  • IPv4 CIDR block: Ipv4 CIDR ブロックを入力する。例:10.0.0.0/16
  • IPv6 CIDR block: 今回はIpv6が必要ではないので、「No Ipv6 CIDR Block」をチェックする
  • Tenancy: デフォルト(Default)になります。

image.png

「Create」をクリックし次の画面に進んでください。
作成が完了したら成功画面が出てきますので、「Close」をクリックします。
image.png

2.Subnetを作成する

①VPCダッシュボードで先ほど作成したVPCを選びます。
image.png
(注意)たった今作成したVPCは、そのまま「Select a VPC」を検索すると検索リストに出てきません。一度ページをリフレッシュする必要があります。

②「Subnet」項目で「Create subnet」をクリックしてください。
image.png

③以下のようにsubnet情報を入力します。

  • Name tag: subnet-test(任意値)
  • Availability Zone: ap-northeast-1a
  • IPv4 CIDR block: 10.0.0.0/16
    image.png

成功画面が出たのを確認して「Close」をクリックします。
image.png

#3. Route Tablesを作成する
①VPCダッシュボードで「Route Tables」を選択し「Create route table」をクリックします。
image.png

②「Create route table」画面で任意のName tagを入力し、先ほど作成したVPCを選択し、「Create」をクリックしてください。
image.png
③成功画面が出たのを確認して「Close」をクリックします。
image.png

4.Internet Gatewaysを作成する

①VPCダッシュボードで「Internet Gateways」を選択し「Create route table」をクリックします。
image.png

②「Create internet gateway」をクリックしてください。
image.png

③「Create internet gateway」で任意のName tagに任意値を入力し、「Create」をクリックしてください。
image.png

④成功画面が出たのを確認して「Close」をクリックします。
image.png

⑤作成したInternet Gatewaysを選択して、「Actions」で「Attach to VPC」をクリックしてください。
image.png

⑥先ほど作成したVPCを選択して、「Attach」をクリックしてください。
image.png

#5.ルートを追加する
①Route Tablesに戻ります。先ほど作成したRoute Tablesを選択し、「Actions」で「Edit routes」をクリックしてください。
image.png

②「Add route」でルートを追加し、「Target」で「Internet Gateway」を選択し、先ほど作成したリストを指定します。「Save routes」をクリックしてください。
image.png

③成功画面が出たのを確認して「Close」をクリックします。
image.png

#6.Main Route Tableを設定する
①「Actions」で「Set Main Route Table」をクリックしてください。
image.png

②ポップアップが出てくるので、「Ok」をクリックしてください。
image.png

以上でVPC、subnetの準備は完了です。

0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?