Host Web Server

Web Server Deployment

To enable end users to perform functions through the web application, we need to set up a server for this web application. Its task is to handle user requests and execute Python programs to process data extraction. The server will then create an Excel file and allow users to download it.

Contents

  1. Create Network Load Balancer
  2. Create API Gateway
  3. Create Integration between NLB and API Gateway
  4. Create ECR Repository
  5. Push Docker Image to ECR
  6. Deploy Web Server