Skip to content

Configure AWS SSO CLIยถ

Download AWS CLI v2ยถ

Follow the instructions on the official AWS website to download and install the AWS CLI v2:

AWS CLI v2 Installation Guide

Configure AWS SSOยถ

After installing the AWS CLI v2, you need to configure it to use AWS SSO. Run the following command:

aws configure sso

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.
  • SSO Region: The AWS region where your SSO instance is located.
  • SSO Account ID: The AWS account ID that contains the SSO user.
  • SSO Role Name: The name of the role to assume after logging in via SSO.