Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/layers/accounts/prepare-aws-organization.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,15 +71,15 @@ From the root account:
```
1. Start an authenticated session. You'll be prompted to enter a one-time MFA token:
```bash
atmos auth login
atmos auth login -i core-root/terraform
```
1. Verify you can access the root account:
```bash
atmos auth exec -- aws sts get-caller-identity
atmos auth exec -i core-root/terraform -- aws sts get-caller-identity
```
</Steps>
:::note Daily Usage
Once the profile is set and user credentials are configured, you only need to run `atmos auth login` each day to start a new authenticated session.
Once the profile is set and user credentials are configured, you only need to run `atmos auth login -i core-root/terraform` each day to start a new authenticated session.
:::
:::tip Atmos Profile Persistence
Add `export ATMOS_PROFILE=superadmin` to your shell configuration (`~/.zshrc` or `~/.bashrc`) to persist the setting across terminal sessions during cold start.
Expand Down
41 changes: 2 additions & 39 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading