Skip to content

Example of AWS Code Deploy deploying Java application on a server

Notifications You must be signed in to change notification settings

timechild/CodeDeployTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Example of AWS Code Deploy deploying Java application on a server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages