Month: February 2021

How to empty a MySQL database

Emptying a databases involves dropping (deleting) all its tables. If you have a hundred tables in your database, the task becomes cumbersome. The easiest way to do this is to…

Bash: using positional parameter

Positional parameters are used to pass arguments to a command line application. This post shows you how to used positional parameter in bash. On your terminal, type the following command:…

Can I drive on Amazon Route 53

No. Route in Route 53 refers to routing traffic, not an Interstate highway. Amazon Route 53 is a globally distributed Domain Name Service (DNS). DNS is a web service designed…

AWS Global Infrastructure Explained

AWS global infrastructure is divided into regions. A region is a locations that hosts a collection of AWS data centers. Each region is a completely separate entity. AWS consumers can…

Overview of Key AWS Services

Following is a snapshot of key AWS services: Compute Amazon EC2: virtual computing AWS Lambda: serverless computing Amazon Elastic Container Service ECS: containerized computing Storage Amazon Elastic Block Store (EBS):…