PHP MYSQL Website on EC2 | Host a PHP MYSQL Website on AWS

preview_player
Показать описание
Quick steps to get you up and running:
* Configure Security Group", add Rules for at least HTTP, HTTPS and RDP (so you can connnect via Remote Desktop).
*Connect to your new instance via Remote Desktop and install a decent browser (Enable File Downloads in IE's Security Settings and download Chrome or Firefox)
*Open the Windows Firewall and add rules for the same ports you opened in the Security Group of your Instance in the AWS Management Console. (Right-click on “Inbound Rules”, then select “New Rule…”)
*Download and install XAMPP (I put it in C:\xampp)
*Open the XAMPP Control panel and install Apache and MySQL as services (so they will start automatically when your instance launches); make sure everything is started up.
*Now put your files in C:\xampp\htdocs\ and you're ready to go!

Bonus Steps:
*Set up Filezilla FTP Server (and open the required ports in both the instance's security group and the Windows Firewall) so you can upload/download files without having to go through Remote Desktop.
*Get an Elastic IP and assign it to your instance, so it's IP address will never change.
*Get an SSL certificate so you can use HTTPS
Рекомендации по теме
Комментарии
Автор

Kisliye tu channel open Kiya....Alrdy sab pahle banake output dikhara....live me bañaneko nahi ata kya?

naren
Автор

You should not be using a root account for general administration. And you should protect your iam account with mfa.

jjmontgo