[packer] Re: kms encryption on ebs volume fails after adding additional region, eu-west-3

2018-05-25 Thread John Roh
Thank you, Richard. However, packer 1.2.0 had a bug that I wasn't able to create. Trying with 1.2.1 and 1.2.2, there is no error about adding additional region, however, KMS encrypted ebs volume doesn't get copied to other regions. I'm going to try with 1.2.3 tomorrow. Is there paid version of pa

Re: [packer] Re: kms encryption on ebs volume fails after adding additional region, eu-west-3

2018-05-27 Thread Rickard von Essen
To my knowledge the is no paid version of Packer, there might be enterprise support from HashiCorp. KMS is supposed to work, it's a rather new feature to allow multi region and CMS keys. But it was a well requested feature so if it was broken in the last releases I would have expected bug reports.

Re: [packer] Re: kms encryption on ebs volume fails after adding additional region, eu-west-3

2018-05-28 Thread Rickard von Essen
I've successfully tested this template: { "provisioners" : [ { "type" : "shell", "inline" : [ "sudo apt-get update", "sudo apt-get install -y apt-transport-https ca-certificates curl software-properties-common", "sudo apt-get update"

Re: [packer] Re: kms encryption on ebs volume fails after adding additional region, eu-west-3

2018-05-28 Thread John Roh
Wow, great thank you so much, Richard. I will try it out and let you know how goes. On Mon, May 28, 2018 at 12:13 AM, Rickard von Essen < rickard.von.es...@gmail.com> wrote: > I've successfully tested this template: > > { >"provisioners" : [ > { > "type" : "shell", > "