Skip to content

How do I find my AWS Account ID

Use the AWS CLI to find your AWS Account ID:

aws sts get-caller-identity --query "Account" --output text