Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 1008 Bytes

File metadata and controls

43 lines (30 loc) · 1008 Bytes

DevOps-Projects

Welcome to my collection of DevOps projects!

Projects Overview

AWS Lift-and-Shift Project

This Project deployment of a multi-tier web application stack on AWS, using a lift-and-shift strategy to migrate a production environment

Link to project

Tech Stack

  • Ansible
  • Vagrant
  • Jenkins
  • AWS
  • JAVA
  • Maven
  • Tomcat
  • Nginx
  • RabbitMQ
  • Memcached
  • MySQL
  • Bash Scripting

automation multi machines with Ansible using Docker container

This project automates the configuration of two Ubuntu-based virtual machines (ComA and ComB) using Ansible. It sets up NFS for file sharing, configures system settings, and deploys an NGINX container using Docker on ComB

Link to project

Tech Stack

  • Ansible
  • Vagrant
  • Nginx
  • NFS
  • Docker
  • Bash Scripting