from botocore.config import Config config = Config( retries = dict( max_attempts = 10 ) ) ec2 = boto3.client('ec2', config = config).
確定! 回上一頁