DEV Community

Lester Sim
Lester Sim

Posted on

Deploy a Python Flask App on Amazon EC2 - Part 1

In this series of blogs, we'll be deploying a Python Flask application on Amazon EC2 instances.

When we in our development stages of writing a Python Flask App, we are commonly running it on our local computer as the server and entering eg. localhost:5000 into our browser to see the changes. Now that the app is ready for deploying, how do we deploy it to the cloud?

End Goal
<< Insert Gif >>

Agenda
Part 1: What is Flask, WSGI, Nginx?
Part 2: Create an EC2 instance and accessing it
Part 3: Create Flask App and install Nginx on EC2 instance
Part 4: Configure Auto Scaling Group on AWS
Part 5: Making changes to our Flask App

Top comments (0)