packer-cn/builder/amazon/common
Patrick Lucas e17984face Fix race condition after launching EC2 instance
It is possible for an instance to not immediately exist after it is
launched. Previously, InstanceStateRefreshFunc would crash if this race
condition were realized.

This change takes the exact same approach of the function above,
AMIStateRefreshFunc, treating 'InvalidInstanceID.NotFound' as if there
were an empty result.
2013-10-11 14:25:18 -07:00
..
access_config.go builder/amazon/common: save access/secret key from env [GH-434] 2013-09-18 13:59:23 -07:00
access_config_test.go builder/amazon/common: access config uses template processing 2013-08-08 17:25:25 -07:00
ami_config.go builder/amazon/common: move tags into ami_config 2013-08-22 15:09:21 -07:00
ami_config_test.go builder/amazon/common: remove duplicates from ami_region 2013-08-22 14:58:21 -07:00
artifact.go Also deregister AMI if it was copied to other regions 2013-09-04 17:48:00 -07:00
artifact_test.go builder/amazon/*: Fix failing tests from rebase of VPC 2013-07-23 22:48:33 -05:00
block_device.go builder/amazon/common: don't need squash here 2013-09-06 11:48:38 -07:00
block_device_test.go builder/amazon: add block device mappings [GH-90] 2013-08-15 14:05:08 -07:00
run_config.go builder/amazon/all: TemporaryKeyPairName 2013-09-05 12:23:08 -07:00
run_config_test.go builder/amazon/all: TemporaryKeyPairName 2013-09-05 12:23:08 -07:00
ssh.go builder/amazon/ebs: new multistep API 2013-08-31 13:00:43 -07:00
state.go Fix race condition after launching EC2 instance 2013-10-11 14:25:18 -07:00
step_ami_region_copy.go builder/amazon/*: use WaitForState for AMIs 2013-09-12 20:33:32 -07:00
step_create_tags.go builder/amazon: Re-ordered steps for AMI region copying so tags and 2013-09-04 16:06:06 -07:00
step_key_pair.go builder/amazon/all: TemporaryKeyPairName 2013-09-05 12:23:08 -07:00
step_modify_ami_attributes.go builder/amazon: Re-ordered steps for AMI region copying so tags and 2013-09-04 16:06:06 -07:00
step_run_source_instance.go builder/amazon/chroot: new multistep API 2013-08-31 12:58:55 -07:00
step_security_group.go builder/amazon/chroot: new multistep API 2013-08-31 12:58:55 -07:00
template_funcs.go builder/amazon: add clean_ami_name template function 2013-09-07 18:42:50 -07:00
template_funcs_test.go builder/amazon: add clean_ami_name template function 2013-09-07 18:42:50 -07:00