Get current AWS account ID using AWS CLI
aws sts get-caller-identity --query Account --output text
1 lines of code, 57 characters
Similar AWS code snippets using bash
aws sts get-caller-identity --query Account --output text
Similar AWS code snippets using bash