Get current AWS Account ID using Boto3
import boto3
boto3.client('sts').get_caller_identity().get('Account')
3 lines of code, 70 characters
Similar AWS code snippets using python
import boto3
boto3.client('sts').get_caller_identity().get('Account')
Similar AWS code snippets using python