Written on May 26, 2021 by Danny Steenman. In short: To get access to your AWS Account with the AWS CLI and AWS SSO, you need to install AWS CLI and enable AWS SSO in the AWS Console. After enabling AWS SSO, you create an SSO user with a permission set.

With https://brew.sh/ we install AWS CLI v2 with the following command brew install awscli bash

To install AWS Vault on your, run the following command: brew install --cask aws-vault bash https://towardsthecloud.com/blog/how-to-set-up-aws-cli-aws-sso#login-on-aws-cli-via-aws-sso-to-run-commandsLogin on AWS CLI via AWS SSO to run commands

Related Articles