Project 1: Elastic Stack (ELK)
I implemented load-balancing for the DVWA (D*mn Vulnerable Web Application), enhancing its ability to handle traffic. By integrating an ELK server, I established a robust monitoring system that tracked changes to log files and closely observed VM resource utilization. Also by utilizing Docker and Ansible, I streamlined application deployment and configuration, ensuring that the infrastructure was both scalable and consistently configured. This integration not only improved system oversight but also allowed users to effectively monitor vulnerabilities in real-time. This approach ensured optimized performance and heightened security awareness for the application environment.ELK Project
Project 2: Terraform + AWS
Utilizing Terraform, we implemented Infrastructure as Code to streamline and automate the deployment of our cloud network on Amazon Web Services. By defining and provisioning AWS infrastructure using Terraform's declarative coding toolset, we ensured consistency, repeatability, and scalability in our network setup. Additionally, we used Vagrant to deploy a virtual machine that was pre-configured with all the essential tools required for our cloud network deployment. Leveraging Terraform's state management capabilities, we maintained synchronization between our code and the actual state of our AWS resources. This approach significantly reduced manual configuration errors, accelerated deployment times, and facilitated easy scaling and adaptability for future network demands.
Project 3: Web Development
I designed this website leveraging the core trio of web development: HTML for structure, CSS for design, and JavaScript for interactivity. Throughout the entire development, I used GitHub as a version control system to track changes. Hosting was achieved by using AWS S3 buckets, with AWS Route 53 handling DNS management after acquiring the domain via Namecheap. For enhanced security and trust, I integrated SSL for HTTPS encryption through AWS Certificate Manager, ensuring a seamless, secure, and responsive digital platform.HTML Code