Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 587 Bytes

File metadata and controls

23 lines (15 loc) · 587 Bytes

Code Deploy Example

This is a simple example of AWS Code Deploy deploying Java application to a Ubuntu instance.

Structure

This example conatains following files

  • appspec.yml - main entry point for Code Deploy
  • /scripts - folder containing all
  • /war - folder containing Java WAR file

Tools

  • Java EE 8
  • Apache Tomcat server
  • Ubuntu Linux
  • AWS Tomcat
  • Github

Instructions

For more detailed instructions on AWS Code Deploy and how to deploy code to production please read the AWS documentation