Re: Running packer via pipeline script

2021-01-18 Thread zil...@gmail.com
It turns out my builder block was set up with the wrong security group. Once I set this up correctly, the above configuration worked. On Wednesday, January 13, 2021 at 4:06:35 PM UTC-5 zil...@gmail.com wrote: > I'm trying to create an AMI (for Jenkins master in this case), and I have > the

Running packer via pipeline script

2021-01-13 Thread zil...@gmail.com
I'm trying to create an AMI (for Jenkins master in this case), and I have the following Packer template, which as you see needs an SSH_PRIVATE_KEY. { "variables" : { "aws_access_key" : "{{ env `AWS_ACCESS_KEY` }}", "aws_secret_key" : "{{ env `AWS_SECRET_KEY` }}",