Commit Graph

10 Commits (10ee35ff268889009848e8fe19dc20e28e3e2f52)

Author SHA1 Message Date
Toshio Kuratomi 1c4da434c7 Merge pull request #2421 from willthames/ec2_fix_vpc_security_token
Use connect_to_aws where possible
10 years ago
Scott Brown 2f329f832e Fixing missing interpolation variable 10 years ago
Henrique Rodrigues b8d2a3d3b4 Fix misspelling of the word 'certificate' 10 years ago
Will Thames 0dd58e9326 Use connect_to_aws where possible
`connect_to_aws` fixes a bug with security tokens in AWS.
Modules should use that rather than calling
`boto.x.connect_to_region`
10 years ago
Etherdaemon 08559670e5 Update try statement as pointed out by defionscode 10 years ago
Etherdaemon 2b2285eb67 fixes #12831 by updating the boto iam connection method to connect_to_region 10 years ago
Brian Coca 547690c785 Merge pull request #2169 from stelligent/devel
Replaces 'old' get_ec2_creds connection method with get_aws_connection_info
10 years ago
Brian Coca c4f64d822c changed modules to use common ec2 docs for region 10 years ago
Shayne Clausson 841835ebac Replaces 'old' get_ec2_creds connection method with get_aws_connection_info to
support passing in security_token for temporary creds.
10 years ago
Jonathan Davila 7dac96e41b iam certificate module
boto import tweak

style patch
11 years ago