Skip to content

Manual profiles

Mimic preserves profiles you define by hand. Only profiles inside # BEGIN/END MIMIC GENERATED SSO PROFILES markers are managed — everything else is left intact.

SSO profiles with sso_session

ini
[sso-session my-profile]
sso_start_url = https://your-org.awsapps.com/start
sso_region = eu-west-1
sso_registration_scopes = sso:account:access

[profile my-login]
sso_session = my-profile
sso_account_id = 111122223333
sso_role_name = MyRole
region = eu-west-1

Static key profiles

ini
[profile my-static]
aws_access_key_id = AKIA...
aws_secret_access_key = ...
region = us-east-1

Custom organization name

For profiles that can't be matched to a configured SSO org (static key, unmatched Granted, etc.), expand the profile and type a custom org name in the editable Organization field.