Amazon Beanstalk

Learn how to deploy an application to Amazon Beanstalk.

Using service via eb

Amazon Web Services provides a platform to execute code directly, which supports Python, called AWS Elastic Beanstalk. It makes it very easy to run any Python application in the Amazon cloud. Elastic Beanstalk is basically a service that manages virtual machine instances for you as provided by Amazon EC2 service.

Elastic Beanstalk Logo

To use this service, Amazon provides a Python command line tool named eb that is ...