aws

Settings specific to the AWS platform (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

Also see: 

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).