$ packer init .
$ packer fmt .
$ packer validate .
$ packer build aws-ubuntu.pkr.hcl
# Set AWS_ACCESS_KEY_ID & AWS_SECRET_ACCESS_KEY
$ export AWS_ACCESS_KEY_ID=YOUR_ACCESS_KEY
$ export AWS_SECRET_ACCESS_KEY=YOUR_SECRET_KEY
Packer AWS – Builders & Provisionars – aws-ubuntu.pkr.hcl
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024