The AWS Elastic Beanstalk plugin is a Cloud Deployment plugin. It is run during the development and deployment process to manage and deploy web applications into AWS Elastic Beanstalk. It interacts directly with the Elastic Beanstalk SDK. This plugin is a community supported plugin and is intended to provide the following steps:
- Application Exists - Check whether the specified Elastic Beanstalk Application already exists.
- Create Application - Create a new Elastic Beanstalk Application.
- Delete Application - Delete an Elastic Beanstalk Application.
- List Stacks - List all of the Solution Stack Names for an Elastic Beanstalk Environment and allow the user to select one from a filtered list.
- Environment Exists - Check whether the specified Elastic Beanstalk Environment already exists.
- Create Environment - Create a new Elastic Beanstalk Environment.
- Terminate Environment - Terminate an Elastic Beanstalk Environment.
- Swap Environment URLs - Swap the URLs for two Elastic Beanstalk Environments.
- Restart App Server(s) - Restarts Application Servers in an Elastic Beanstalk Environment.
- Restart Environment Application Servers - Restarts Application Servers in an Elastic Beanstalk Environment.
- Swap Environment URLs - Swap URLs for two Elastic Beanstalk Environments.
- Rebuild Environment - Rebuild an Elastic Beanstalk Environment.
- Deploy into Elastic Beanstalk - Deploy an Application Version into an Elastic Beanstalk Environment.
- Application Version Exists - Check whether the specified Elastic Beanstalk Application Version already exists.
- Wait for Environment - Wait for an Elastic Beanstalk Environment to transition to the specified Health and Status.
- Environment Health and Status - Get the Health and Status of an Elastic Beanstalk Environment and set the output properties "envHealth" and "envStatus" accordingly.
- Generate Unique Environment Name - Generates a valid and unique Elastic Beanstalk Environment name by checking if an environment of same name already exists and set the output property "envName" accordingly.
Source for the plugin can be found at at the following GitHub repo: https://github.com/sda-community-plugins/AWSElasticBeanstalk and can be updated by end users as needed.