Lab 3: Spring Boot and AWS S3 publisher

Lab

devops
lab
Lab
Author

albertprofe

Published

Tuesday, June 1, 2021

Modified

Wednesday, February 14, 2024

Spring Boot deploy

Spring Boot deploy

Spring Boot app build with Jenkins via Github and deployed to AWS:

  1. create Spring Boots projects
  2. commit && push to GitHub
  3. create .jar executable from Github with Jenkins
  4. Upload .jar to AWS S3 with s3publisher
  5. connect AWS S3 to AWS AEB
  6. AWS AEB deploy and publish

1 References