We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300bc93 commit 47651cfCopy full SHA for 47651cf
gems/aws-sdk-core/lib/aws-sdk-core/plugins/credentials_configuration.rb
@@ -64,7 +64,9 @@ class CredentialsConfiguration < Seahorse::Client::Plugin
64
* EC2/ECS IMDS instance profile - When used by default, the timeouts
65
are very aggressive. Construct and pass an instance of
66
`Aws::InstanceProfileCredentails` or `Aws::ECSCredentials` to
67
- enable retries and extended timeouts.
+ enable retries and extended timeouts. Instance profile credential
68
+ fetching can be disabled by setting ENV['AWS_EC2_METADATA_DISABLED']
69
+ to true.
70
DOCS
71
) do |config|
72
CredentialProviderChain.new(config).resolve
0 commit comments