Amazon EC2 :: インスタンスの作成手順

AWS Management Console

今回は、WEBベースのインターフェースでサービスを管理できる「AWS Management Console」を利用します。
下記URLにアクセスします。
https://aws.amazon.com/jp/console/


Key Pairs の作成

最初に Key Pairs の作成を行います。

作成した Key は、インスタンスに SSH 接続するために必要です。

Key Pairs の作成(1) -

  1. 左メニューの「Key Pairs」をクリック
  2. 「Create Key Pair」をクリック


Key Pairs の作成(2) -

  1. Key に名前を付けます。(自分の分かりやすい名前でOK)
  2. 「Create」を押して、***.pem をダウンロードします(1度しかDLできません)


Security Groups の作成

次に Security Groups の作成を行います。
Security Groups では、起動インスタンスで開放するポートを指定します。
今回は、SSH(22) と HTTP(80) のみ、通します。

Security Groups の作成(1) -

  1. 左メニューの「Security Groups」をクリック
  2. 「Create Security Group」をクリック


Security Groups の作成(2) -

  1. SSH/HTTP (名前を付けます)
  2. web server (簡単な説明)
  3. 「Create」をクリック


Security Groups の作成(3) -

  1. SSH と HTTP を指定
  2. 「Save」をクリック


インスタンスの作成と起動

Key Pairs と Security Groups を作成したら、インスタンスの作成と起動を行います。

インスタンスの作成と起動(1) -


インスタンスの作成と起動(2) -


インスタンスの作成と起動(3) -


インスタンスの作成と起動(4) -


インスタンスの作成と起動(5) -


インスタンスの作成と起動(6) -


インスタンスの作成と起動(7) -


インスタンスの作成と起動(8) -


インスタンスの作成と起動(9) -


これでインスタンスが起動します。
起動したインスタンスは AWS Management Console で確認できます。

関連エントリー:

  1. インスタンスの作成手順