Загрузка страницы

AWS Tutorial: How to Host a Website on AWS EC2 Instance

How to Host a WordPress site on AWS: Instance: https://www.udemy.com/course/how-to-build-a-wordpress-website-on-aws/?referralCode=AFEA59BEE571B7B2E957

I have updated this video and you can find the updated version here:https://www.youtube.com/watch?v=dhRwKPrum44&t=6s

AWS Channel: https://www.youtube.com/channel/UCxm6ZcNMXMrckKRJPXlDu_w/featured
This tutorial will show you how to host a website on AWS EC2 instance and how to transfer files from S3 to an EC2 instance.

To host your Website on AWS EC2.
First zip the folder for the web files.
Next log into the management console and select S3 under service.
Create a bucket and upload that zip folder into that bucket.
Next, make that bucket and the object in the bucket public.
Launch an EC2 instance with SSH access
Copy the instance’s public ip address and SSH into your EC2 instance
Run the following commands in your terminal
sudo su
yum update -y
yum install httpd -y
chkconfig httpd on
cd /var/www/html
wget (S3 object URL)
unzip (folder full name including extension)
mv (sub folder full name )/* .
service httpd start

Last copy your instance public ip and paste it in the web browser.
#AWS #EC2 #AWSS3

Видео AWS Tutorial: How to Host a Website on AWS EC2 Instance канала CAD Define
Показать
Комментарии отсутствуют
Введите заголовок:

Введите адрес ссылки:

Введите адрес видео с YouTube:

Зарегистрируйтесь или войдите с
Информация о видео
31 июля 2019 г. 8:00:06
00:13:27
Яндекс.Метрика