Use info below to create an NGINX AMI using Packer:
AMI ID: ami-d651b8ac Region: us-east-1 AMI Name: nginx-server -$your_user_name - {{timestamp}}
- Edit packer_vars.json with aws access & secret keys. Make sure you don't commit that file.
- Go to nginx directory
- packer validate nginx.json
- packer build -var-file=../packer_vars.json nginx.json