Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a2586da05fa915db

Jump to content

// Workers AI · dad joke modeWhat did AWS Elastic Beanstalk say? "I'm stretched to my limits.

From Wikipedia, the free encyclopedia
(Redirected from Elastic Beanstalk)
AWS Elastic Beanstalk
DeveloperAmazon Web Services
ReleaseJanuary 19, 2011[1]
TypeWeb development
LicenseProprietary
Websiteaws.amazon.com/elasticbeanstalk/

AWS Elastic Beanstalk is an orchestration service offered by Amazon Web Services for deploying applications which orchestrates various AWS services, including EC2, S3, Simple Notification Service (SNS), CloudWatch, autoscaling, and Elastic Load Balancers.[2] Elastic Beanstalk provides an additional layer of abstraction over the bare server and OS; users instead see a pre-built combination of OS and platform, such as "64bit Amazon Linux 2014.03 v1.1.0 running Ruby 2.0 (Puma)" or "64bit Debian jessie v2.0.7 running Python 3.4 (Preconfigured - Docker)".[3] Deployment requires a number of components to be defined: an 'application' as a logical container for the project, a 'version' which is a deployable build of the application executable, a 'configuration template' that contains configuration information for both the Beanstalk environment and for the product.[4] Finally an 'environment' combines a 'version' with a 'configuration' and deploys them.[3] Executables themselves are uploaded as archive files to S3 beforehand and the 'version' is just a pointer to this.[3]

Applications and software stacks

[edit]

Supported applications and software stacks include:[5]

References

[edit]
  1. "Release: AWS Elastic Beanstalk". Retrieved 2013-05-06.
  2. "What Is AWS Elastic Beanstalk and Why Do I Need It?". Retrieved 2013-05-27.
  3. 1 2 3 Wittig, Andreas; Wittig, Michael (2016). Amazon Web Services in Action. Manning Press. p. 132-133. ISBN 978-1-61729-288-0.
  4. "AWS Elastic Beanstalk: deployment options". 5 January 2022.
  5. "AWS Elastic Beanstalk FAQ". Retrieved 2020-03-17.
[edit]