Packer with AWS

[root@node1 ~]# wget https://releases.hashicorp.com/packer/1.3.0/packer_1.3.0_linux_amd64.zip [root@node1 ~]# unzip packer_1.3.0_linux_amd64.zip Archive: packer_1.3.0_linux_amd64.zip inflating: packer [root@node1 ~]# mv packer /usr/bin/ [root@node1 ~]# bash [root@node1 ~]# packer version Packer v1.3.0 Your version of Packer is out of date! The latest version is 1.3.1. You can update by downloading from http://www.packer.io/downloads.html [root@node1 ~]# packer Usage: packer [--version] [--help] <command> [<args>] … Continue reading Packer with AWS