Created
May 1, 2020 03:26
-
-
Save jghorton14/20dec52dde0f076ea5be5e5a8347d33e to your computer and use it in GitHub Desktop.
Create AWS named Profile and return IAM user details
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 configure --profile PROFILENAME | |
aws sts get-caller-identity --profile PROFILENAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment