LoginSignup
1
0

More than 3 years have passed since last update.

AWSにEC2上でdockerを使用したlaravelをデプロイ②(Elastic IP取得〜紐付け)

Last updated at Posted at 2020-10-11

概要

・自分が詰まったポイントと同じポイントで詰まった方向けにAWSにlaravel/dockerをデプロイするまでの過程を書いていきます。

前回の記事
AWSにdockerを使用したlaravelをデプロイ①

Elastic IP取得

1:Elastic IPを開く
EC2ダッシュボードの左側のメニューの「Elastic IP」を選択。
「Elastic IPの割り当て」をクリック。
スクリーンショット 2020-10-10 22.05.30.png

2:「割り当て」をクリック
スクリーンショット 2020-10-10 22.05.36.png

3:割り当てられたIPをクリック
スクリーンショット 2020-10-10 22.06.02.png

4:EC2インスタンスに紐づける
「Elastic IP アドレスの関連付け」をクリック
スクリーンショット 2020-10-11 11.45.56.png

5:インスタンスを選択
「インスタンス」に先ほど作成したEC2インスタンスを選択する。
「関連付ける」をクリック。
スクリーンショット 2020-10-10 22.06.30.png

これで作成したインスタンスにElastic IPが紐付けられました。

前回の記事
AWSにEC2上にdockerを使用したlaravelをデプロイ①

続きはこちら
AWSにEC2上にdockerを使用したlaravelをデプロイ③

**間違い等ございましたらご指摘お願い致します**

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