- Install Apache using Ubuntu’s package manager ‘apt’
- verify that apache2 is running as a Service in our OS
- Add a rule to EC2 configuration to open inbound connection through port 80:
- Test how our Apche http server can respond to request from internet
- Use ‘apt’ to acquire and install MysQL software
- Start the interactive script by running:' $ sudo mysql_secure_installation'
- Test if we’re able to log in to the MySQL console by typing: '$ sudo mysql -p'