flâneur

A Simple API in Python using Flask and Nginx and subsequent deployment on AWS EC2 | by Varun Chitale | Medium

medium.com · 577 words · saved by 1 readers

This article will walk you through setting up of a basic Python API using Nginx on a Linux machine. This is particularly suitable for AWS…

This article will walk you through setting up of a basic Python API using Nginx on a Linux machine. This is particularly suitable for AWS EC2 instances and is a fast (not production level) procedure to get the service up and running. This guide assumes nothing is set up beforehand, and has been tried on Ubuntu. Initial Steps: 1. Configure the security group: After creation of an instance, make sure to change its security group to allow connections from anywhere. The security group that this instance is assigned in AWS looks like this: Press enter or click to view image in full size…

saved by

related reading