1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

【AWS】サブネットとサブネットグループを作成する

Posted at

はじめに

この記事では、RDS 向けにサブネットとサブネットグループを作成する手順を記載します。

サブネットを2つ作成する

以下の手順でサブネット作成画面に遷移します。

  1. VPC のダッシュボードを開く
  2. ダッシュボードの左側のメニューから「Subnets」をクリックして、Subnets 画面を開く
  3. Subnets 画面右上の「Create subnet」をクリックする

それぞれ以下の値を選択・入力して「Create subnet」をクリックします。

1つ目の VPC

  • VPC
    • VPC ID : 任意の VPC
  • Subnet settings
    • Subnet name : db-subnet-01
    • Availability Zone : ap-northeast-1a
    • IPv4 subnet CIDR block : 10.0.2.0/24

image.png

2つ目の VPC

  • VPC
    • VPC ID : 1つ目と同じ VPC
  • Subnet settings
    • Subnet name : db-subnet-02
    • Availability Zone : ap-northeast-1c
    • IPv4 subnet CIDR block : 10.0.4.0/24

サブネットグループを作成する

以下の手順でサブネットグループ作成画面に遷移します。

  1. RDS のダッシュボードを開く
  2. ダッシュボードの左側のメニューから「Subnet groups」をクリックする
  3. Subnet groups 画面右上の「Create DB subnet group」をクリックする

image.png

サブネットグループ作成画面で以下の値を入力して「Create」ボタンをクリックします。

  • Subnet group details
    • Name : my-subnet-group
    • Description : my-subnet-group description
    • VPC : サブネット作成時に選択した VPC
  • Add subnets
    • Availability Zones : ap-northeast-1a、ap-northeast-1c
    • Subnets : 先ほど作成した2つのサブネット

image.png

作成に成功すると、成功したメッセージが表示されます。

image.png

参照

1
1
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
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?