Consider me a Newbie who doesn't have enough knowledge but want to learn.
- I setup an aws EC2 - t2micro instance and installed Lamp (apache 2, Mariadb and PhpMyAdmin)
- This was working fine until I configured route53 and got to know that I don't have a static IP.
- I configured EIP and then the instance is unreachable.
- I can SSH but cannot open the website or PHPMYADMIN using the Elastic IP.
my security group has 80,8080, 1443 and other ports open so this is not the issue.
I could take support help but I dont want to go through that route since I want to learn this myself.
Any help will be appreciated.
PS: This is a Linux Apache 2 machine.