packer/builder/amazon/common
Matthew Hooker b265d2614f
builder/amazon: fix when using security_group_id
If `security_group_id` was specified with a group that didn't exist, packer
would go into an infinite loop waiting for it. We shouldn't make assumptions
about the status of explicitely set security groups, so let's just error out
right away if we can't find it.
2017-01-18 15:11:52 -08:00
..
access_config.go fix new session error when creating cred chain. 2016-11-14 11:39:22 -08:00
access_config_test.go make fmt run 2016-06-06 14:37:09 -04:00
ami_config.go Replace unencrypted EBS snapshots with encrypted 2016-12-06 03:31:09 +01:00
ami_config_test.go It's not possible to share encrypted AMI's 2016-12-04 15:52:23 +01:00
artifact.go Implements Snapshot tagging 2016-11-26 17:48:26 +01:00
artifact_test.go builder/amazon: inject special metadata for atlas artifacts 2014-12-09 16:14:04 -08:00
block_device.go split up BlockDevices in amazon/common 2016-09-03 09:58:45 -07:00
block_device_test.go split up BlockDevices in amazon/common 2016-09-03 09:58:45 -07:00
cli_config.go aws-sdk: use session.NewSession 2016-11-01 15:53:04 -07:00
cli_config_test.go Wrong function to convert int to string. 2016-02-04 16:18:57 -06:00
regions.go builder/amazon: Added new region London - eu-west-2 2016-12-14 10:55:19 +01:00
run_config.go fix panic and don't print each tag we add. 2017-01-18 11:34:36 -08:00
run_config_test.go Removed default value for ssh_username 2016-11-17 22:30:34 +01:00
ssh.go builder/amazon: Allow use of local SSH Agent 2016-10-23 21:43:47 -05:00
ssh_test.go builder/amazon: reverted wrongly modified ssh_test's. 2016-09-14 20:26:09 +02:00
state.go fix error message 2016-10-31 16:44:18 -07:00
step_ami_region_copy.go amazon - Snapshot permissions correctly applied 2016-12-04 16:03:01 +01:00
step_create_tags.go fix panic and don't print each tag we add. 2017-01-18 11:34:36 -08:00
step_deregister_ami.go Fix log statement 2016-12-13 12:53:03 +01:00
step_get_password.go Update calls to amazon to match the upstream 2015-08-17 17:44:01 -07:00
step_key_pair.go Merge pull request #4050 from jen20/ssh-agent 2016-11-01 17:27:37 -07:00
step_modify_ami_attributes.go Added missing LaunchPermission 2016-12-06 09:59:09 +01:00
step_modify_ebs_instance.go builder/amazon: Add ebs-volume builder 2016-11-02 12:56:39 -04:00
step_pre_validate.go run gofmt 2016-11-01 14:08:04 -07:00
step_run_source_instance.go builder/amazon: fix when using security_group_id 2017-01-18 15:11:52 -08:00
step_security_group.go builder/amazon: fix when using security_group_id 2017-01-18 15:11:52 -08:00
step_source_ami_info.go amazon: Fix source_ami_filter ignores owners 2016-12-01 14:29:31 +01:00
step_stop_ebs_instance.go builder/amazon: Add ebs-volume builder 2016-11-02 12:56:39 -04:00
template_funcs.go Fix not allowed comma, add all allowed special characters 2015-10-19 13:41:30 +03:00
template_funcs_test.go Fix not allowed comma, add all allowed special characters 2015-10-19 13:41:30 +03:00