This is a simple example of AWS Code Deploy deploying Java application to a Ubuntu instance.
This example conatains following files
- appspec.yml - main entry point for Code Deploy
- /scripts - folder containing all
- /war - folder containing Java WAR file
- Java EE 8
- Apache Tomcat server
- Ubuntu Linux
- AWS Tomcat
- Github
For more detailed instructions on AWS Code Deploy and how to deploy code to production please read the AWS documentation