Elastic Beanstalk Now Runs Python
Written by Kay Ewbank   
Thursday, 23 August 2012

Amazon has added support for Python to Elastic Beanstalk.

Elastic Beanstalk gives you a way to deploy and manage PHP, Java, and .NET applications on Amazon Web Service (AWS), and Python has now been added to the list, according to a recent announcement.

If you want to develop or host a web application using Python, it can be deployed to AWS Elastic Beanstalk and updated using the Django or Flask web application frameworks.

Elastic Beanstalk supports Python applications and frameworks that run on the Apache HTTP Server and the WSGI interface. You can also make use of Amazon Relational Database Service (Amazon RDS) database instances with your Elastic Beanstalk applications.

Another addition makes it possible to customize the Python runtime for Elastic Beanstalk using a set of declarative text files within your application. If your application contains a requirements.txt in its top level directory, Elastic Beanstalk automatically installs the dependencies using pip. Amazon is also adding a new configuration mechanism that means you can install packages from yum, run setup scripts, and set environment variables.

aws

More Information

Amazon Elastic Beanstalk

Related Articles

PHP and Git Deployment for AWS Elastic Beanstalk

Amazon Beanstalk - just runs your app

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


Bun Shell Released
29/02/2024

The developers of the Bun JavaScript runtime have released Bun Shell, a new experimental embedded language and interpreter in Bun that lets you run cross-platform shell scripts in JavaScript and TypeS [ ... ]



100 Episodes of 5mins of Postgres
08/03/2024

The popular PostgreSQL explainer series is celebrating its 100th release and beyond. Let's take a look at what it makes it so special.


More News

Last Updated ( Thursday, 23 August 2012 )