GIAC Certified Incident Handler (GCIH) — Question 25
After running the command shown below, which output field contains the user’s cleartext account name?
aws sts get-caller-identity
Answer options
- A. UserId
- B. Arn
- C. Account
- D. UserName
Correct answer: C
Explanation
The correct answer is C, as the 'Account' field specifically provides the cleartext account name associated with the user. The 'UserId' and 'Arn' fields give unique identifiers and resource names, while 'UserName' does not directly reflect the account name in this context.