Amazon Elastic Beanstalk · Arazzo Workflow
Amazon Elastic Beanstalk Provision Application And Environment
Version 1.0.0
Create an application, launch an environment for it, and poll until the environment is Ready.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb ApplicationsArazzoWorkflows
Provider
Workflows
provision-application-environment
Create an application, launch an environment, and wait for it to become Ready.
Creates the application, launches an environment on the supplied solution stack, then repeatedly describes the environment until its status is Ready.
1
createApplication
createApplication
Create the application that has one default configuration template and no application versions yet.
2
createEnvironment
createEnvironment
Launch an environment for the new application on the supplied solution stack, optionally deploying an application version.
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.