Amazon Elastic Beanstalk · Arazzo Workflow
Amazon Elastic Beanstalk Update Environment Configuration
Version 1.0.0
Apply configuration option settings to a running environment and poll until the change settles.
View Spec
View on GitHub
Amazon Web ServicesAuto ScalingDeploymentElastic BeanstalkPaaSPlatform As A ServiceWeb ApplicationsArazzoWorkflows
Provider
Workflows
update-environment-configuration
Apply option settings to an environment and wait for it to stabilize.
Confirms the environment is Ready, applies the supplied OptionSettings with UpdateEnvironment, then polls until the environment status returns to Ready.
1
checkEnvironmentReady
describeEnvironments
Describe the environment to confirm it exists and is currently Ready before applying configuration changes.
2
applyOptions
updateEnvironment
Apply the supplied configuration option settings to the running environment.
3
pollReconfiguration
describeEnvironments
Describe the environment and branch on its status — loop back while it is still Updating, end when it returns to Ready, and fail on a terminal Terminated status.