Fatah A. Jimoh
Cloud / DevOps Engineer
Archives
Setting up a CI/CD Pipeline on AWS

Introduction Continuous Integration and Continuous Delivery (CI/CD) pipelines are critical to the software development and delivery process. They help automate the steps involved in delivering software, such as automatic builds, testing, and deployment to Amazon EC2 instances. In this project, I set up a CI/CD pipeline using AWS CodePipeline, a service that builds, tests, and…
Deploying Disaster Recovery on AWS using Warm Standby

Introduction: This project aimed to deploy a highly available, scalable, and secure web application in an AWS Multi-Region environment for disaster recovery purposes. The main goal was to ensure that in the event of any failures such as region failures, instance failures, Apache web server service failures, and AZ failures, the web application would remain…
Building a Basic Web Application with AWS

Block Title Introduction: As a DevOps and cloud engineer, I am always looking for opportunities to expand my skills and work on new projects. That’s why I took on the challenge of building a basic web application using AWS. The goal of this project was to create a simple web application that could display custom…