Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 465 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 465 Bytes

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