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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...