How to use packer to build AMI.
Reading Time: 3 minutes What is packer ? Packer is a open source tool that is used for making machine images (ami) from source configuration.Packer has made it really easy to automate the process of provisioning instance without manual configuration. Why Packer ? It is so because it supports cross platform. We can build multiple machine images from a single source file. To achieve this Packer uses JSON template Continue Reading