This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Requirements: | |
# | |
# aws configure: | |
# AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY, REGION | |
import os | |
import boto3 | |
import random | |
import string | |
import sys, getopt |