CloudWatch

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: Deploy Docker Containers on Amazon ECS using Fargate with Amazon ECS-CLI

In this tutorial, we will deploy docker containers on Amazon ECS using AWS Fargate. We will be using ECS-CLI to build the stack step by step. Amazon ECS Command Line Interface (CLI) is a command line tool for Amazon Elastic Container Service (Amazon ECS) that provides high-level commands to simplify creating, updating, and monitoring clusters

HOWTO: Deploy Docker Containers on Amazon ECS using Fargate with Amazon ECS-CLI Read More »

HOWTO: Build CloudTrail Trail with CloudFormation Template for easy builds and tear down

This post is on how to create a CloudTrail Trail with S3 and CloudWatch in CloudFormation. In my previous article, I had provided 8 tips on how to configure CloudTrail for secure logging and auditing via the AWS management console. In this post, I have covered the same secure options using the much preferred and

HOWTO: Build CloudTrail Trail with CloudFormation Template for easy builds and tear down Read More »