Created
September 27, 2022 08:38
-
-
Save bruvio/8478d5af84f7be639b7fb6e0664ca1ea to your computer and use it in GitHub Desktop.
aws check identity
This file contains hidden or 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_identity(){ | |
| aws sts get-caller-identity | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment