Danny Nunez

AWS

3 minutes read

In this tutorial, we will cover setting up a Scheduled Event that will trigger a Lambda Function to create an EBS volume snapshot. Amazon CloudWatch Events are near real time events that describe changes with your AWS resources. These events can be used to trigger actions such as running a lambda function or sending an SMS message. These events can also be scheduled to run on a cron like schedule. This tutorial will cover creating an Amazon CloudWatch Event using a cron like schedule to trigger…

6 minutes read

Often times we want to work on a project utilizing AWS, but we do not want it exposed to the world. There are several options for this and most require a lot of work. One option is setup a vpn in the cloud, no thanks. Or perhaps we could setup a bastion server with a public ip and utilize ssh tunneling, again no thanks. I prefer to use AWS’s Client VPN

Recent posts

Categories