AWS Elastic Beanstalk website screenshot

AWS Elastic Beanstalk

AWS Elastic Beanstalk is a Platform-as-a-Service offering that makes it easy to deploy, scale, and manage web applications and services developed in Java, .NET, PHP, Node.js, Python, Ruby, Go, and Docker on familiar AWS infrastructure. It automatically handles capacity provisioning, load balancing, auto-scaling, and health monitoring. The Elastic Beanstalk API and AWS SDKs provide programmatic access to applications, environments, and deployments using AWS Signature Version 4 authentication.

1 APIs 0 Features
Platform as a ServiceApplication DeploymentAuto ScalingCloudDevOps

APIs

AWS Elastic Beanstalk API

Query API for creating and managing Elastic Beanstalk applications, versions, environments, configuration templates, and deployments. Requests are authenticated with AWS Signatu...

Collections

Resources

🔗
Website
Website
🔗
Documentation
Documentation
💰
Pricing
Pricing
📝
Signup
Signup

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: AWS Elastic Beanstalk API
  version: '2010-12-01'
request:
  auth:
    type: apikey
    key: Authorization
    value: '{{Authorization}}'
    placement: header
items:
- info:
    name: AWS Elastic Beanstalk Query API entry point
    type: http
  http:
    method: POST
    url: https://elasticbeanstalk.{region}.amazonaws.com/
    params:
    - name: Action
      value: ''
      type: query
    - name: Version
      value: ''
      type: query
    body:
      type: form-urlencoded
      data: []
  docs: 'All Elastic Beanstalk operations are POST requests to the root path

    with the Action and Version specified as parameters and operation

    input in the application/x-www-form-urlencoded request body.

    '
bundled: true