How to Create EC2 Instance in AWS Step by Step Free

Amazon EC2 provides a wide selection of instance types optimized to fit different use cases. Instance types comprise varying combinations of CPU, memory, storage, and networking capacity and give you the flexibility to choose the appropriate mix of resources for your applications. In this tutorial, i am going to show you how to create/launch ec2 intance … Read more

How to Install Apache 2 on AWS Ubuntu Linux 18.04 / 20.04 / 22.04

Apache is the web server that processes requests and serves web assets and content via HTTP. MySQL is the database that stores all your information in an easily queried format. PHP is the programming language that works with apache to help create dynamic web content. In this tutorial, i am going to show you how to … Read more

How to Install PHP MySQL on Linux Ubuntu 18.04/20.04 AWS EC2

Install PHP MySQL on ubuntu ec2 instance; In this tutorial, i am going to show you step-by-step on how to install PHP MySQL on ubuntu 18.04 / 20.04 AWS EC2. How to Install PHP MySQL on Linux Ubuntu 18.04/20.04 AWS EC2 Use the following steps to install PHP MySQL on linux ubuntu 18.04 / 20.04 … Read more

How to Install PHPMyAdmin Amazon EC2 Instance on Linux Ubuntu

phpMyAdmin is a database management tool for MySQL compatible databases. The current version of phpMyAdmin, at the time of this recording, supports MySQL 5.5 or later. If you’re using MySQL 5.0-5.4, you need to use phpMyAdmin 4.0. The current version of phpMyAdmin also supports MariaDB 5.5 or later. Install PHP MySQL on ubuntu ec2 instance; In … Read more

How to Install Lamp, PHPmyadmin on Ubuntu 18.04/20.04 AWS Server

LAMP is an open source Web development platform that uses Linux as the operating system, Apache as the Web server, MySQL as the relational database management system and PHP as the object-oriented scripting language. (Sometimes Perl or Python is used instead of PHP.) Install lamp stack with phpmyadmin on ubuntu amazon ec2; In this tutorial, … Read more