Posts

Image
  Weather Application Cloud Deployment Title:  Cloud-Based Weather App Deployment using Docker and AWS EC2 Abbreviated:  Dockerized Weather App on AWS Cloud Introduction This project demonstrates the complete process of developing, containerizing, and deploying a Python-based weather application using Flask, Docker, and AWS EC2. By adopting modern DevOps practices and container technology, this assignment showcases the transformation from local development to a globally accessible, scalable cloud deployment. It emphasizes modularity, reproducibility, and automation, essential principles in contemporary cloud computing. Objectives of Part 1 Design and develop a Python Flask web application to fetch real-time weather data from the OpenWeather API based on user-provided city names. Set up the local development environment, managing dependencies using requirements.txt. Establish a testable application structure with a...