From 9b5b6701e11a2d19945a404a10c8b5043595d9fc Mon Sep 17 00:00:00 2001 From: Chris Gates Date: Fri, 30 Jun 2017 00:21:30 -0400 Subject: [PATCH] Update ec2_get_all_instances.py --- ec2_get_all_instances.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ec2_get_all_instances.py b/ec2_get_all_instances.py index fd0a73a..4ca6998 100644 --- a/ec2_get_all_instances.py +++ b/ec2_get_all_instances.py @@ -13,11 +13,11 @@ import pprint pp = pprint.PrettyPrinter(indent=5, width=80) -from lib.ec2 import * +from libs.ec2 import * #insert AWS key, will figure out how to pull this in from a single file for all scripts AWS_ACCESS_KEY_ID = '' AWS_SECRET_ACCESS_KEY = '' -get_instance_details(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY) \ No newline at end of file +get_instance_details(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)