In this tutorial, I will show you how to streamline CI/CD Cost Management with Python Scripts and AWS Lambda. Scenario Consider your DevOps team using a development lab for application testing, where...
This short tutorial is the perfect example of how to use CDK with Python to automate a workflow. Read below for more details. Scenario You have a photo-sharing application where users can upload...
In this short tutorial, I will show you how to deploy an ecommerce website on AWS, how Terraform helps you quickly build and maintain a strong, reliable platform that can grow with your business...
In this short tutorial, I will show you how to use Terraform modules to troubleshoot common issues when building AWS infrastructure. Specifically, we’ll address leap and bounds issues to ensure a...
In this second part, I will install Docker on AWS EC2 before deploying. In part II, here what you will learn: Configuring AWS EC2 Userdata with Terraform Setting Up VSCode SSH Configuration Utilizing...
In this short tutorial, I will create a secure and isolated AWS environment for developers, accessible through Remote SSH for streamlined workflow and enhanced security. Scenario My manager asked me...
In this short tutorial, I’ll set up a Lambda function to help you save on storage costs by finding and deleting EBS snapshots that aren’t connected to any active EC2 instances. Background AWS Cloud...
This brief tutorial demonstrates how to establish SSH connections to an EC2 instance using MobaXterm, particularly useful for troubleshooting purposes. Pre-requisite For this project, you need: an AWS...
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...