Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
sts
/
Filename :
get-caller-identity.rst
back
Copy
**To get details about the current IAM identity** The following ``get-caller-identity`` example displays information about the IAM identity used to authenticate the request. The caller is an IAM user. :: aws sts get-caller-identity Output:: { "UserId": "AIDASAMPLEUSERID", "Account": "123456789012", "Arn": "arn:aws:iam::123456789012:user/DevAdmin" }