Documentation
Frost documentation
Everything Frost does, how each piece works, and every setting you can change. Start with the walkthrough, or jump straight to the feature you are looking at.
Start here
How Frost works
One page per feature. If you are trying to understand why a file on your
disk looks the way it does, the profiles and ~/.aws/config
pages are the ones you want.
~/.aws/config file
What Frost owns in that file, what it never touches, and how upgrades avoid duplicates.
App window & tray
A tour of the six pages in the settings window and the tray menu behind them.
Activity & logs
The per-run record of every step, and the log files that go with it.
Integrations
What Frost does with your credentials once it has them. EKS is the first AWS service it wires up for you; more will follow.
kubectl talk to EKS without the AWS CLI.
Settings
Reference
Frost in one page
Frost is a menu-bar app for people whose AWS access comes from IAM
Identity Center (formerly AWS SSO). Instead of running
aws configure sso once and aws sso login forever
after, you give Frost your access portal URL. From then on it:
- keeps an SSO token alive, refreshing it as it expires — credential refresh;
- writes a profile per account and permission set into
~/.aws/config, leaving everything else in that file untouched — profile names, the config file; - writes the SSO token into the cache the AWS CLI reads, so
aws --profile …works without a separate login — files & locations; - scans every region for EKS clusters and keeps
~/.kube/configcurrent — EKS discovery; - records what each run did, so a failure is something you can read rather than guess at — activity & logs.
There is no account to create, no server to talk to, and no telemetry. Frost is open source under Apache 2.0.