import boto3 # Create session using your current creds boto_sts=boto3.client('sts') # Request to assume the role like this, the ARN is the ...
確定! 回上一頁