Archives: aws

Delete Your AWS Lambda Log Management with Python

March 13, 2024 | By Gerald | No Comments | Filed in: AWS Lambda.

As developers, we often face the daunting task of sifting through massive amounts of log data to isolate the information we truly need. AWS Lambda functions add another layer to this challenge by generating a significant volume of logs that are pushed to CloudWatch Log Groups. Introducing a Python script for better log management! This utility • Read More »

Tags: ,

Understanding AWS VPC and Subnets IP Addressing Range

March 4, 2024 | By Gerald | No Comments | Filed in: AWS Services, Cloud Computing, Network Architecture, Virtual Private Cloud (VPC).

When creating a Virtual Private Cloud (VPC) within AWS, you need to understand how IP addressing works. This guide will help you design an IP scheme suitable for deploying three private and three public subnets within your AWS infrastructure. IP Addressing Basics Before we start designing our subnets, let’s go over some IP addressing basics • Read More »

Tags: , , , , , , , , ,

How to Install S3fs and Mount S3 Bucket on Ubuntu 20.04

February 10, 2023 | By Gerald | No Comments | Filed in: AWS Administration, AWS Deployment, AWS Operations, AWS Resource Deployment.

In this blog, you will learn how to install S3fs and mount an S3 bucket on Ubuntu 20.04 in step-by-step procedure. If you are using Ubuntu 18.04, please refer to the guide available here. What is S3fs? S3fs is a FUSE (Filesystem in Userspace) plugin for Amazon S3, which allows you to mount an Amazon • Read More »

Tags: , , , , , , , , ,

Error: Error Configuring Terraform AWS Provider: no valid credential sources for Terraform AWS Provider found

May 23, 2022 | By Gerald | No Comments | Filed in: Fixes, Terraform Issue.

I was stuck for over an hour debugging the error described below. Despite verifying my AWS credentials locally using the AWS CLI, I was unable to find any issues and the key was still functioning properly upon validation. The error message is indicating that Terraform is unable to connect to the AWS provider due to • Read More »

Tags: , , , , ,