Skip to content

Instantly share code, notes, and snippets.

@Teketel
Created January 31, 2018 10:15
Show Gist options
  • Save Teketel/95ecbd62dec11b2d753c20e7c6a2cf54 to your computer and use it in GitHub Desktop.
Save Teketel/95ecbd62dec11b2d753c20e7c6a2cf54 to your computer and use it in GitHub Desktop.
Get AWS Account ID
print boto3.client("sts").get_caller_identity()["Account"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment