AWS
Get Caller Identity
It obtain the aws identity of the instance role or credentials
GET
Response
200
application/json
OK
AccountID is the unique identifier for the AWS account
Example:
"123456789012"
ARN is the Amazon Resource Name that uniquely identifies the IAM user
Example:
"arn:aws:iam::123456789012:user/johndoe"
UserID is the unique identifier for the IAM user
Example:
"AIDACKCEVSQ6C2EXAMPLE"
Region is the AWS region where the IAM user is operating
Example:
"us-west-2"