Configure AWS SSO CLIยถ
Download AWS CLI v2ยถ
Follow the instructions on the official AWS website to download and install the AWS CLI v2:
Configure AWS SSOยถ
After installing the AWS CLI v2, you need to configure it to use AWS SSO. Run the following command:
Follow the prompts to enter your SSO start URL, region, and other required information.
Parameters:ยถ
- SSO Start URL: The URL where users can initiate the SSO login process.
- IL Prod: https://verifyhub.awsapps.com/start
- SSO Region: The AWS region where your SSO instance is located.
- IL Prod: il-central-1
- SSO Account ID: The AWS account ID that contains the SSO user.
- IL Prod: 471112610573
- SSO Role Name: The name of the role to assume after logging in via SSO.
- IL Prod: AWSAdministratorAccess
IL Prodยถ
~/.aws/config
[profile AWSAdministratorAccess-471112610573]
sso_session = il-eks
sso_account_id = 471112610573
sso_role_name = AWSAdministratorAccess
region = il-central-1
output = json
[sso-session il-eks]
sso_start_url = https://verifyhub.awsapps.com/start
sso_region = il-central-1
sso_registration_scopes = sso:account:access