packer-cn/builder/amazon/ebs
Chris Chalfant 72a7123a0b Add option to tell packer not to stop the instance
It is sometimes desirable to sysprep a windows machine before creating
an EC2 image. The AWS-approved way to do this is to run
ec2configservice.exe -sysprep and let ec2configservice shut down the instance.
This change adds an option to disable the stop instance call issued by packer
so that the user can control when the machine is stopped.
2016-03-14 12:54:03 -04:00
..
builder.go Add option to tell packer not to stop the instance 2016-03-14 12:54:03 -04:00
builder_acc_test.go aws: fix test breakage due to upstream breaking change #2891 2015-10-31 11:04:50 -07:00
builder_test.go Migrate from mitchellh/goamz to awslabs/aws-sdk-go 2015-04-12 21:33:09 -04:00
step_cleanup_volumes.go Update calls to amazon to match the upstream 2015-08-17 17:44:01 -07:00
step_create_ami.go Update calls to amazon to match the upstream 2015-08-17 17:44:01 -07:00
step_modify_instance.go Update calls to amazon to match the upstream 2015-08-17 17:44:01 -07:00
step_stop_instance.go Add option to tell packer not to stop the instance 2016-03-14 12:54:03 -04:00
step_tag_ebs_volumes.go Tag EBS volumes with volume_tags in EBS builder 2015-09-11 16:39:34 -04:00
tags_acc_test.go Update calls to amazon to match the upstream 2015-08-17 17:44:01 -07:00