Wednesday, 12 February 2020

Now python applications on AWS Elastic Beanstalk can run using Python 3.7 on AL2 Platform (Beta)

AWS Elastic Beanstalk supports applications developed in Go, Java, .NET, Node.js,PHP, Python, and Ruby. Amazon Linux 2 is latest version of a Linux server operating system from AWS that offers a secure, stable, and high performance execution environment to develop and run your AWS Elastic Beanstalk applications. Now you can execute your python applications on AWS Elastic Beanstalk using Python 3.7 on Amazon Linux 2 beta platform. The Python 3.7 on Amazon Linux 2 beta platform offers many developments and utmost new features covering assistance for Pipfile and Gunicorn. You can connect with Elastic Beanstalk with the help of Elastic Beanstalk console, AWS CLI, or eb, a high-level CLI designed specifically for Elastic Beanstalk. Check these Release Notes for further information. Visit Supported Platforms to know the latest Elastic Beanstalk supported platform. To check out list of Python 3.7 features, refer Python 3.7 release announcement. And to get complete list of AWS Regions where AWS Elastic Beanstalk is accessible, visit AWS region table.

No comments:

Post a Comment

Optimizing Performance and Cost: Migrating an Express.js Application from EC2 to AWS Lambda

Introduction: In a recent project, our team worked on optimizing a Node.js application that was originally hosted on an EC2 instance. The ap...