Pre-Requisites
Pre-Requisites
Please ensure you’ve completed the previous steps:
Introduction
Fjall populates an AWS config with all your account and SSO information. Before running any commands, you’ll need to set your Fjall profile to the correct AWS profile. By default, this will be the profile created during the Deploy Organisation step and will appear as<organisation-name> in your ~/.aws/config file.
Once your profile is set, any commands you run within Fjall will assume these credentials.Sessions are cached. If they’ve expired or you’re logged out, you’ll be prompted to authenticate through your browser. Example prompt:
Figure: SSO login prompt.
Setting Your Active Profile
Run the following command to select a profile from your AWS config:📝 Naming convention:
Profile names follow the pattern:
<company-name>-<account-name>-<abbreviated-region>
e.g.exampleorg-production-use1(whereuse1=us-east-1)
🧠 Note:Example prompt:
Thesso-sessionrefers to the Identity Center session created during the previous setup step.