basic gcp iam check

This commit is contained in:
carnal0wnage
2018-09-26 14:39:20 -04:00
parent 9a961bd48c
commit b49df03312
3 changed files with 84 additions and 0 deletions

View File

@@ -67,6 +67,9 @@ def perform_credential_check():
except ClientError as e:
print("The AWS Access Keys are not valid/active")
sys.exit(1)
# excepetion to catch the lack of aws cred here - temp fix
except Exception as e:
print('\t {}'.format(e))
def method_create():
try: