Amazon Elastic Beanstalk Deployment Maven Plugin
The plugin automates deployment of Java WAR applications to Amazon Elastic Beanstalk. The plugin is designed with a minimalistic approach, so that you don't need to provide a lot of configuration options. Instead, there are a few conventions:
- CNAME of a "primary" environment is always the same as the application name;
- Environments are configured only by saved configuration templates;
- Deployment is done either by CNAME swap or version update;
- An application always contains only one "primary" environment.
See usage page.
If you need more precise and custom configuration we recommend to use beanstalk-maven-plugin.