Get current AWS user ARN using AWS CLI
aws sts get-caller-identity --query Arn --output text
1 lines of code, 53 characters
Similar AWS code snippets using bash
aws sts get-caller-identity --query Arn --output text
Similar AWS code snippets using bash