configure¶
Write an aws-cloud-utilities configuration file interactively. The command prompts for default profile, region, output format, and worker count, then saves them so you do not have to pass the same global flags on every invocation.
Commands¶
Examples¶
# Interactive setup
aws-cloud-utilities configure
# Show the resolved configuration afterwards
aws-cloud-utilities info
Precedence¶
Settings resolve in this order, highest priority first:
- Command-line flags (
--profile,--region,--output) - Environment variables (
AWS_PROFILE,AWS_DEFAULT_REGION,AWS_CLOUD_UTILITIES_*) - The file written by
configure - Built-in defaults
Point at an alternate file with the global --config flag.
Related¶
- Configuration - the full settings reference
- info - display the resolved configuration