packer-cn/builder/amazon/common
Matthew Hooker b16f2ec64b
builder/amazon: Use sdk default cred providers
I think we were overcomplicating things. The SDK provides the correct
credential chain by default, so let's use that. This patch does a quick
check for static credentials and uses those if found, then defaults to
the default credential provider chain.

This patch also removes the metadata timeout argument. Current versions
of the SDK have short timeouts by default, so I don't believe this is
needed.
2018-03-15 16:49:47 -07:00
..
access_config.go builder/amazon: Use sdk default cred providers 2018-03-15 16:49:47 -07:00
access_config_test.go spelling: restricted 2018-03-14 03:20:51 +00:00
ami_config.go Add volume and run tags if in us-gov/china 2018-02-05 16:39:20 -08:00
ami_config_test.go
artifact.go
artifact_test.go
block_device.go
block_device_test.go
interpolate_build_info.go
regions.go builder/amazon: Added new region cn-northwest-1 2018-03-02 16:34:19 +08:00
run_config.go spelling: validating 2018-03-14 03:28:19 +00:00
run_config_test.go
ssh.go
ssh_test.go
state.go
step_ami_region_copy.go
step_create_tags.go Add volume and run tags if in us-gov/china 2018-02-05 16:39:20 -08:00
step_deregister_ami.go
step_encrypted_ami.go
step_get_password.go
step_key_pair.go
step_modify_ami_attributes.go
step_modify_ebs_instance.go
step_pre_validate.go
step_run_source_instance.go Add volume and run tags if in us-gov/china 2018-02-05 16:39:20 -08:00
step_run_spot_instance.go Add volume and run tags if in us-gov/china 2018-02-05 16:39:20 -08:00
step_security_group.go
step_source_ami_info.go
step_stop_ebs_instance.go
tags.go Add volume and run tags if in us-gov/china 2018-02-05 16:39:20 -08:00
template_funcs.go
template_funcs_test.go