Host a flask application on ec2
October 02, 2023Flask is a lightweight web framework for Python based on the Tornado web server. The goal of the framework is to make it easy to write web…
Flask is a lightweight web framework for Python based on the Tornado web server. The goal of the framework is to make it easy to write web…
Step - 1: Install Node.js Install nodejs on your ubuntu vps using the following command: Step - 2: Install nginx Install nginx on your…
In this post we will look at how to host static websites using S3 bucket and use cloudfront to deliver the pages. S3 also known as simple…
Question 1 Which statement best describes Elastic Load Balancing? A service that monitors your applications and automatically adds or…
Today we will see how to create a EBS snapshot and restore it to an EC2 instance. I have created a EC2 instance with a 8GB EBS volume and…
Question 1 Your team is working on an API definition which will be deployed using the API gateway service. You then need to ensure that…
In this post we will be looking at how we can create a mysql database instance on aws rds and connect to it from local machine to do sql…