Advertisement
Guest User

Untitled

a guest
Jul 20th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. from botocore.config import Config
  2.  
  3. config = Config(
  4. retries = dict(
  5. max_attempts = 10
  6. )
  7. )
  8.  
  9. ec2 = boto3.client('ec2', config=config)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement