Update ec2_get_instance_volumes.py
This commit is contained in:
@@ -13,7 +13,7 @@ import pprint
|
|||||||
|
|
||||||
pp = pprint.PrettyPrinter(indent=5, width=80)
|
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
|
#insert AWS key, will figure out how to pull this in from a single file for all scripts
|
||||||
|
|
||||||
@@ -22,4 +22,4 @@ AWS_SECRET_ACCESS_KEY = ''
|
|||||||
|
|
||||||
|
|
||||||
get_instance_volume_details(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
get_instance_volume_details(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||||
get_instance_volume_details2(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
get_instance_volume_details2(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||||
|
|||||||
Reference in New Issue
Block a user