How-toFebruary 7, 2021 How to Serve a Flask App with Amazon Lightsail Containers To get started, you’ll need an AWS account and must install Docker, the AWS Command Line Interface (CLI) tool and the Lightsail Control (lightsailctl) plugin on your system. Follow the provided links if you don’t have som by jerry
How-toFebruary 1, 2021 How To Setup an Nginx Reverse Proxy using Amazon Lightsail Containers In this guide, you’ll learn how to configure a Flask web server behind an Nginx reverse proxy using Lightsail containers. The Nginx reverse proxy accepts web requests on port 80 and forwards them to the Flask web server on port 5000. The Flask web server ful by jerry