RSSAmplifier

Blog

Danny Nunez - All Things DevOps

Recent content on Danny Nunez - All Things DevOps

dannynunez.comRSS feed ↗3 posts

Latest posts

Creating EBS Volume Snapshots with Lambda and Terraform

Creating EBS Volume Snapshots with Lambda and Terraform 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…

AWS Client VPN With Terraform

AWS Client VPN With Terraform 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

So You Want to Be a Php Developer

I see countless posts and questions by new developers who want to break into the PHP development world. A common question is What is the best way to gain PHP experience? Common answers are to build up a github profile, start blogging, internships or pro-bono work. Yeah that sounds great but for someone who is truly green that may be a little outside of their comfort zone If it is for someone…