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
- Building an Automated CI/CD Pipeline using GitHub, Jenkins, NGINX, and Python | by Kcsanjeeb | Feb, 2024 | Medium | Mediummedium.com
- Set Up Django with Postgres, Nginx, and Gunicorn on Ubuntu | DigitalOceandigitalocean.com
- Using Flask and Redis to Optimize Web Application Performance | by Fahad Alsaedi | Mediummedium.com
- How To Create a React + Flask Project - miguelgrinberg.comblog.miguelgrinberg.com
- How To Run NodeJS APIs on AWS ECS | by Bhargav Bachina | Bachina Labs | Mediummedium.com
- Nginx plus React app on Ubuntu 20.04 - Serverspace.ioserverspace.io
- NGINX | F5nginx.com
- How to Install and Configure Nginx on Ubuntu | Step-by-Step Guide | DigitalOceandigitalocean.com
- pyngrok - A Python wrapper for ngrokpyngrok.readthedocs.io
- Flask - Full Stack Pythonfullstackpython.com
- Bolt AI builder: Websites, apps & prototypesbolt.new
- How to Host a Static Website with Nginx | by Jason Rigden | Mediummedium.com