implemented a complete Docker workflow on AWS. Provisioned EC2 instances using Terraform to automate infrastructure setup. Built Docker images from source code using Dockerfiles, tested multi-container applications with Docker Compose, and pushed verified images to Docker Hub. The workflow included building, testing, and storing Docker images for applications like Apache Tomcat, Memcache, and MySQL. This project demonstrates skills in cloud automation, containerization, Infrastructure as Code (IaC), and DevOps practices.