Home Tags Lambda

Tag: Lambda

code

My First go Lambda Function

0
Background Updated post and migrated to Hugo Site. Python is an easy to read language and has great support and libraries in the developer community. Most...

Lambda Function To Stop Long Running EC2 Instances

0
Background Updated and migrated to new Hugo Site. While working in my personal AWS account, sometimes I forget to shut EC2 instances down. Most of these...
Monitor See below for Photo Credit

Site Monitoring Using A Lambda Function

0
Background I use a site monitoring service, which allows me to monitor my site by running a check every 5 minutes. When the site is...

Set Retention For CloudWatch Logs Using A Lambda Function

0
Updated and migrated to new Hugo Site. In one of my earlier post, I demonstrated how one could set retention for CloudWatch Logs using CLI...

Lambda Function To Remove Old EC2 Instances

0
Background The firm where I am working right now has a strong emphasis on security for infrastructure in the public cloud. One of the security...

ECS Container state changes

0
Amazon Elastic Container Service - ECS allows you to easily run and scale containerized applications on AWS. You can launch multiple containers in matter...