All tools/AWS CLI

AWS CLI

aws

One command line interface for every Amazon Web Services API.

Detected by aws | macOS, Linux, Windows |docs.aws.amazon.com

Sync rules

What travels, what stays, what never leaves
AWS CLI in your home directory Every rule on this page, by file
[default]
region = us-east-1
output = json
ca_bundle = /Users/octocat/certs/corp-root.pemmachine-local
[profile work]
region = eu-west-1
output = table
credential_process = /opt/homebrew/bin/aws-vault exec work --jsonmachine-local
[profile sso]
sso_start_url = https://example.awsapps.com/start

Each machine keeps its own copy of these.

· cli/cache/ Exclude
· sso/cache/ Exclude
· boto/cache/ Exclude
· credentials Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/aws. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps the credential file out. None of them splits credential_process and ca_bundle for you — that part is Otty’s own sync, or a template you write by hand.