Hello, In a AWS cloud environment (personal account), I have a EC2 instance acting as Docker Host and another EC2 instance that runs Jenkins. From Jenkins master, I have successfully configured to fire up container slaves in the Docker Host -- intent is to have these containers as build agents.
FYI, EC2 instance acting as the Docker Host is assigned an IAM role that has complete access to create ec2 instances, key parirs, et al. With this setup, am attempting to run a packer build, from one of the containers, to create a AMI. However, packer builds fails complaining about the lack of permissions to launch source instance. FWIW, am using amazon-ebs builder in Packer template. Will it help if the builder is changed to chroot ? The build jobs are run as non-root user. Any help would be appreciated ? /Ram -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list. GitHub Issues: https://github.com/mitchellh/packer/issues IRC: #packer-tool on Freenode --- You received this message because you are subscribed to the Google Groups "Packer" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/129d3f07-6913-4ce4-a76f-74153bd65e54%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
