aws
settings.aws.*
)Only pertinent on aws-*
variants or on other variants in conjunction with IAM Roles Anywhere, these settings are automatically gathered using instance metadata.
Typically, you do not need to explicitly populate these settings, however you can manually override these settings using the API for testing or other purposes.
Setting list for settings.aws
Full Reference
settings.aws.config
The base64-encoded representation of data used to populate ~/.aws/config
Warning
Avoid adding a [profile default]
section.
Recent versions of aws-iam-authenticator
(and perhaps other components) pick up the default credential settings when settings.aws.profile
is set to default
.
ecr-credential-provider
undersettings.kubernetes.credential-providers
settings.aws.credentials
The base64-encoded representation of data used to populate ~/.aws/credentials
settings.aws.profile
The profile name to use for settings.aws.config
and settings.aws.credentials
.
Default: default
[settings.aws]
profile = myprofile
apiclient set settings.aws.profile=myprofile
settings.aws.region
The AWS region (e.g. us-west-2
)
Default: The region is automatically inferred based on calls to the Instance MetaData Service (IMDS).
Note
You do not need to explicitly set setting.aws.region
unless you have a reason to override this default value.