My First Cloud Deployment Project

This website has been successfully deployed on a cloud virtual server using Amazon Web Services (AWS EC2).

As part of this project, I provisioned a secure Ubuntu Linux virtual machine and configured the complete LAMP stack, which includes:

  • Linux (Ubuntu Server) – Operating System
  • Apache – Web Server
  • MySQL – Database Server
  • PHP – Application Runtime

I also configured cloud networking and security using AWS Security Groups, ensuring secure remote access via SSH and public access via HTTP.

Additionally, I allocated and attached an Elastic IP address to ensure the server remains permanently accessible.

WordPress was manually installed and configured by connecting it to the MySQL database using a dedicated database user, following security best practices.

This project demonstrates core cloud engineering skills, including:

  • Cloud infrastructure provisioning
  • Linux server administration
  • Web server deployment
  • Database configuration and management
  • Application deployment in cloud environment
  • Network and firewall configuration

This live deployment proves the ability to build and manage production-ready cloud infrastructure.

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *