This document discusses building and deploying a static application using Jenkins and Docker in AWS. It describes setting up a Jenkins server on AWS EC2 to enable continuous integration and continuous delivery of a Node.js web application hosted in Bitbucket. Terraform is used to automate the infrastructure deployment. The CI/CD pipeline builds, tests, and deploys the application using tools like Docker, ECR, and Cloud9, providing zero downtime updates. Integrating Jenkins with various AWS services and tools allows for seamless project lifecycles and automation of application deployments.