Guest User

Untitled

a guest
Jan 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. import boto3
  2. ec2 = boto3.resource('ec2')
  3. ec2.Instance('i-00434b87058703892').stop() //here i want to use POST value
Add Comment
Please, Sign In to add comment