Projects

Using GitHub Desktop To add changes to a GitHub Repository

Learn how to use GitHub Desktop Software to commit change to the main branch in your remote GitHub repository. Background GitHub Desktop is a user-friendly application that provides an intuitive way...

Using VPC Endpoint To Control Access To Trusted S3 Buckets

Creating an endpoint policy for S3 buckets allows you to control access to those buckets. In this lab, I will provide steps by steps of Creating an endpoint policy for S3 buckets that allows you to...

Using CloudWatch Dashboards To Monitor EC2 Instance

Configuring a CloudWatch Dashboard give us views of the health and performance of all AWS resources. I will provide steps by steps of creating an EC2 instance for Windows and then configuring a...

DevOps Tools: Terraform

In this short demo, we’ll create a simple VPC with CIDR Range: 192.168.0.0/24 using Terraform. Background Interested in automating infrastructure across any cloud platform? Terraform is your go-to...

DevOps Tools: Docker

In this tutorial, I will show you how to create your first docker file Background Interested in containerization across any cloud platform? Choose Docker. Docker is a containerization platform that...

DevOps Tool: Jenkins

In this short tutorial, I will show you how to deploy Jenkins on AWS EC2, launch an EC2 instance, install Jenkins on it, and configure Jenkins. Background Interested in CI/CD tool across any cloud...

DevOps Tools: Git and GitHub

In this tutorial, we’ll create a simple repository, make changes, create branches, and merge changes using GitHub. Background A GitHub workflow allows you to understand fundamental concepts like...

Building a Terraform Workflow with GitHub Actions CI/CD Pipeline

To build a Terraform workflow using GitHub Actions for Continuous Integration/Continuous Deployment (CI/CD), you’ll set up automation to manage your Terraform infrastructure using GitHub’s...

AWS EC2 Tutorial

An EC2 instance is a virtual server in the AWS Cloud...

Creating a MySQL RDS single-AZ database instance

If you have shopped online or bought something from an ecommerce website, you have used MySQL. Background MySQL is the world’s most popular open source relational database and Amazon RDS makes it...

AWS Lambda Tutorial

Let’s have fun creating a lambda function that converts Celsius in Farenheit. image credit: aws.amazon.com Background In the simple word, Lambda run code without thinking about servers or clusters...

Building a VPC using CloudFormation Template

AWS console, AWS CLI, AWS SDK, which one do you prefer?   graph credit: aws.amazon.com This lab is a replica of AWS Skills Challenge 3: VPC (with AWS Console), but using CloudFormation. I will...