I have a Java application that is running on JBoss in AWS (two EC2 instances). I want to automate a process of adding JAR file to libs folder inside the application EAR. What would be the best way to automate this process?
I was thinking about using GitHub Actions to build and package the code then upload it to S3 bucket and run scripts on EC2s using AWS SSM to add JAR to EAR and re-deploy application but I fell it’s not the best way how it can be done.
New contributor
Marcin is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.