Resource Explorer

HOWTO: Use EventBridge to trigger a Lambda function written in Python to tag EC2 instances

In this tutorial, we will learn to tag AWS EC2 instances when they are created using Lambda function, written in Python. We will create a rule in EventBridge to trigger a Lambda function whenever a user creates a new AWS EC2 instance. The Lambda function will tag new EC2 instances with the name of the […]

HOWTO: Use EventBridge to trigger a Lambda function written in Python to tag EC2 instances Read More »

HOWTO: AWS Resource explorer to find all resources across regions

Have you ever had a surprise AWS bill for things that you forgot to shut down or delete? No more fumbling through the management console to find resources in an AWS account. AWS Resource Explorer was released in November 2022, it is a managed capability that simplifies the search and discovery of AWS resources. The

HOWTO: AWS Resource explorer to find all resources across regions Read More »