Build our Virtual Machines
This repository uses Packer to build a virtual machines for VSphere, Google Cloud, Azure or AWS AMI.
The following software programs need to be installed:
- asdf
- Builders (not all may be needed):
-
Get into the pip shell
pipenv sync pipenv shell
-
set up aws keys (Access aws login and then IAM to create your access key)
aws configure
-
Update the packer file if needed
-
test your packer file
packer validate <packer file name>
-
Format the file to make sure it looks consistant
packer fmt <packer file name>
-
-
run you packer file
packer build <packer file name>