Hosting a Website using Flask

In this tutorial, we will use Flask with Python 3 on an Amazon Linux 2 EC2 instance. Terminologies In this document, the term Virtual Machine refers to the EC2 instance running on Amazon Web Services with Amazon Linux 2 operating system Terminal or Shell or Console refers to the SSH connection established with the virtual... » read more

Getting Started with Databases and SQL

This manual is to help you on getting started with Setting up a MySQL Server Configuring the Users, Databases and Privileges Working with tables using CLI Programming using Python Wrapper 1. Setting up a MySQL Server Get your Amazon Linux 2 running on a Terminal / Command Prompt / Putty and execute the following sudo... » read more

Interacting with AWS

Interacting with AWS Services 1. AWS Console 2. AWS CLI 3. AWS SDK Interacting with AWS Services AWS Console Command Line Interface (CLI) Software Development Kit (SDK) 1. AWS Console 2. AWS CLI AWS CLI is a method to monitor and control your AWS resources from Command Line. This requires installation of the AWS CLI... » read more