© 2026 Hashnode
Step 1: Spin Up an EC2 Instance First, let's spin up the EC2 instance: Go to your AWS Console Navigate to EC2 Click "Create new instance" Name it whatever you want Important Notice: We'll need to SSH into the instance, so make sure you download...

Introduction Continuous Integration and Continuous Deployment (CI/CD) pipelines are the backbone of modern software delivery. Jenkins, combined with AWS EC2 and Tomcat, provides a powerful environment to automate builds, tests, and deployments. This ...

Welcome back! 👋 Day 11 of the 100 Days Cloud DevOps Challenge, and today we're diving into the world of Java application deployment with Apache Tomcat! If you've ever wondered how enterprise Java web applications run in production, you're about to f...

1. What is Apache Tomcat ? Apache Tomcat is an open-source java web container developed by the Apache software foundation (ASF). It is primarily used to deploy and run Java based web applications packagedi in .war (Web Application Archive) files. Tom...
