Using ASG Lifecycle hooks to trigger Lambda functions
Recently I needed to execute some actions after a EC2 instance was created by an Auto Scaling Group. At first a thought in using the userdata or cloud-init...
Recently I needed to execute some actions after a EC2 instance was created by an Auto Scaling Group. At first a thought in using the userdata or cloud-init...
Recently I needed to get the latest AMI for Ubuntu Trusty 14.04 Ubuntu with ENA support enabled to build an image using Packer so I did a research and foun...
I just approved the AWS Certified Solutions Architect - Professional certification and want to leave my comments regarding the exam:
In this post you’ll see how reuse your Terraform code using modules to avoid writing the same code over and over. Also you will lear how to version your mod...
I had some security issues with WordPress so I decided to changed my blog to something static and served from GitHub Pages. But the new site had to meet so...