Skip to content

Anirudh1905/Student-Performance-Indicator

Repository files navigation

Student Performance Indicator

AWS deployment using Elastic Beanstalk and Codepipeline (Only Continuous Delivery)

  • Create Elastic Beanstalk instance
  • Create a Codepipeline and connect it to the repository
  • Integrate Elastic Beanstalk instance with Codepipeline
  • Now any code change done in repository will directly be reflected in the beanstalk instance
  • Note: It needs to have python.config file and the main app file name should be application.py