Accounts
Find your AWS Account ID:
aws sts get-caller-identity --query "Account" --output text
To get your AWS account ID via the AWS Console, follow these 3 steps:
- Sign in to the AWS Console with your credentials.
- Click on your IAM user/role on the top right corner of the AWS Console
- You’ll see a dropdown menu containing the AWS Account ID
Source: https://towardsthecloud.com/find-aws-account-id