Amazon Elastic Beanstalk · Arazzo Workflow
Amazon Elastic Beanstalk Add Environment To Application
Version 1.0.0
Confirm an existing application, launch an additional environment for it, and poll until Ready.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb ApplicationsArazzoWorkflows
Provider
Workflows
add-environment-to-application
Launch an additional environment for an existing application and wait for Ready.
Confirms the application exists, launches a new environment for it, then polls until the environment status reaches Ready.
1
confirmApplication
describeApplications
Describe the application to confirm it exists before launching a new environment for it.
2
launchEnvironment
createEnvironment
Launch a new environment for the confirmed application on the supplied solution stack.
3
pollEnvironment
describeEnvironments
Describe the environment and branch on its status — loop back while it is still Launching, end when it reaches Ready, and fail on a terminal Terminated status.