Category Archives: elastic beanstalk

configure https for single instance elastic beanstalk running tomcat

add configuration files to the src/main/ebextensions folder as shown in following doc: http://docs.aws.amazon.com/elasticbeanstalk/latest/dg/https-singleinstance-tomcat.html add the following plug in your pom file to ensure the extension folder end up in the root directory of the war file: <plugin> <artifactId>maven-war-plugin</artifactId> <configuration> <webResources> <resource> … Continue reading

Posted in aws, elastic beanstalk, ssl, tomcat | Leave a comment