Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ModeConfigurationDescription
system


Code Block
"aws.mode": "system",


Access to AWS resources is managed through a single account. This account is specified based on the credential provider method.

  • The instance credential provider method ignores this setting.

See below.

user


Code Block
"aws.mode": "user",


AWS key and secret must be specified for individual users.

Info

NOTE: Creation and use of custom dictionaries is not supported in user mode.


Info

NOTE: The credential provider must be set to default. See below.


...