This commit is contained in:
Chris Gates
2018-04-16 15:02:35 -04:00
parent f37e4708fa
commit 2b07cb333f
2 changed files with 10 additions and 1 deletions

View File

@@ -158,6 +158,7 @@ def get_instance_volume_details2():
except KeyboardInterrupt:
print("CTRL-C received, exiting...")
def describe_addresses():
try:
for region in regions:
@@ -183,6 +184,7 @@ def describe_addresses():
except KeyboardInterrupt:
print("CTRL-C received, exiting...")
def describe_network_interfaces():
try:
for region in regions:
@@ -233,4 +235,3 @@ def describe_route_tables():
print(e)
except KeyboardInterrupt:
print("CTRL-C received, exiting...")