Deploy a Sample Python App on Amazon Elastic Beanstalk

Elastic Beanstalk is a Platform as a Service (PaaS) that lets you quickly deploy and manage applications in the AWS Cloud without learning about the infrastructure that runs those apps. Elastic Beanstalk reduces management complexity without restricting choice or control. You simply upload your application, and Elastic Beanstalk automatically handles the details of capacity provisioning, load balancing, scaling, and application health monitoring.

HOW TO LAUNCH AN EC2 INSTANCE ON AWS

AWS Elastic Cloud Compute service (EC2) are virtual servers that run in the cloud. Instead of buying, owning, and maintaining physical data centers and servers, EC2 provides scalable computing capacity in the Amazon Web Services (AWS) Cloud.

GETTING STARTED WITH AWS

aws-logo

One of my goals for this year was to learn a different cloud platform asides from Microsoft Azure. Amazon Web Service (AWS) is the world’s largest cloud service provider, and it felt like the best choice. In this article, we will set up a new AWS account using the free tier and also configure a […]