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 BeanstalkPlatform-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
Create the application that has one default configuration template and no application versions yet.
2
createEnvironment
Launch an environment for the new application on the supplied solution stack, optionally deploying an application version.
3
pollEnvironment
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.
Source API Descriptions
openapi
amazonElasticBeanstalkAwsElasticBeanstalkApiApi
https://raw.githubusercontent.com/api-evangelist/amazon-elastic-beanstalk/refs/heads/main/openapi/amazon-elastic-beanstalk-amazon-elastic-beanstalk-aws-elastic-beanstalk-api-api-openapi.yml
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.