-I will write the process of deploying laravel / docker on AWS for those who are stuck at the same point as the point where they are stuck.
Previous article [Deploy laravel using docker on AWS ①] (https://qiita.com/JXnj8uVrUkiBh90/items/463fe4a122a0c4e5d03f)
** 1: Open Elastic IP ** Select "Elastic IP" from the menu on the left side of the EC2 dashboard. Click "Assign Elastic IP".
** 2: Click "Assign" **
** 3: Click the assigned IP **
** 4: Associate with EC2 instance ** Click "Associate Elastic IP Address"
** 5: Select instance ** Select the EC2 instance created earlier in "Instance". Click "Associate".
The Elastic IP is now associated with the created instance.
** Previous article ** [Deploy laravel using docker on EC2 on AWS ①] (https://qiita.com/JXnj8uVrUkiBh90/items/463fe4a122a0c4e5d03f)
** Click here to continue ** Deploy laravel using docker on EC2 on AWS ③
** Please point out any mistakes **
Recommended Posts