Cloud Tunedcloudtuned.hashnode.dev·Mar 27, 2024An Introduction to Packer: Automating Machine Image CreationAn Introduction to Packer: Automating Machine Image Creation In the realm of infrastructure as code (IaC), automation is key to achieving scalability, consistency, and efficiency. Packer, a tool developed by HashiCorp, stands out as a powerful soluti...Discusspacker
Sahil Sikarwarsahilsikarwar.hashnode.dev·Dec 23, 2023Building Secure Azure Cloud VM Images Using PackerBuild it now ... Secure it later- Average Engineer Although we have started a wave of securing our infrastructure, still there is a long way to go for people to adopt a security mindset while building their projects bottom up. There are many ways yo...Discuss·35 readsimage hardening
Tafari Beckfordblog.tafaribeckford.com·May 19, 2023Create Jenkins AMI using Packer and Ansible Playbook.In this article, you will learn how to create a Jenkins AMI using Hashicorp Packer and Ansible Playbook. What is Packer? Packer is an open-source tool for creating identical machine images for multiple platforms from a single source configuration. Pa...Discuss·63 readsDevops