update a module to say Elastic as it doesnt the ec2 public ip, but the elastic ip
This commit is contained in:
@@ -438,9 +438,9 @@ def get_instance_volume_details2():
|
|||||||
print("CTRL-C received, exiting...")
|
print("CTRL-C received, exiting...")
|
||||||
|
|
||||||
|
|
||||||
def describe_addresses():
|
def describe_elastic_addresses():
|
||||||
'''
|
'''
|
||||||
Describe EC2 addresses (loop through all regions)
|
Describe EC2 elastic addresses (loop through all regions)
|
||||||
'''
|
'''
|
||||||
try:
|
try:
|
||||||
for region in regions:
|
for region in regions:
|
||||||
|
|||||||
@@ -64,12 +64,12 @@ def module_ec2_review_encrypted_volumes():
|
|||||||
review_encrypted_volumes()
|
review_encrypted_volumes()
|
||||||
|
|
||||||
|
|
||||||
def module_ec2_describe_addresses():
|
def module_ec2_describe_elastic_addresses():
|
||||||
'''
|
'''
|
||||||
This function is used to describe ec2 network addresses.
|
This function is used to describe ec2 network addresses.
|
||||||
python3 weirdAAL.py -m ec2_describe_addresses -t demo
|
python3 weirdAAL.py -m ec2_describe_addresses -t demo
|
||||||
'''
|
'''
|
||||||
describe_addresses()
|
describe_elastic_addresses()
|
||||||
|
|
||||||
|
|
||||||
def module_ec2_describe_network_interfaces():
|
def module_ec2_describe_network_interfaces():
|
||||||
|
|||||||
Reference in New Issue
Block a user