Last active
March 2, 2025 13:19
-
-
Save mw866/264512636b08223414df2f91a36ece1a to your computer and use it in GitHub Desktop.
#aws
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws sso login | |
aws configure list-profiles | |
set AWS_DEFAULT_PROFILE=management |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aws sts get-caller-identity | |
curl http://169.254.169.254/latest/meta-data/iam/info | |
aws configure | |
aws configure list | |
aws configure list-profiles | |
aws --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment