We have developed a Flask web application with basic sign-up and login functionality that currently runs locally. The goal is to deploy this application to a cloud service provider (AWS or Azure) to make it accessible online and ensure it is scalable and secure.
Objectives
Deploy the Flask application to AWS/Azure.
Implement security measures such as HTTPS and secure storage of credentials.
Questions
Which cloud service provider would be best for our needs and why?
What is the computing platform to deploy application on the chosen cloud service?
Description
We have developed a Flask web application with basic sign-up and login functionality that currently runs locally. The goal is to deploy this application to a cloud service provider (AWS or Azure) to make it accessible online and ensure it is scalable and secure.
Objectives
Questions