moving stuff around, pep8 some stuff
This commit is contained in:
13
modules/ec2.py
Normal file
13
modules/ec2.py
Normal file
@@ -0,0 +1,13 @@
|
||||
'''
|
||||
This file is used to list ec2 instances
|
||||
'''
|
||||
from libs.ec2 import *
|
||||
from config import AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY
|
||||
|
||||
|
||||
def step_ec2_get_instances_basic():
|
||||
get_instance_details_basic(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
|
||||
|
||||
def step_ec2_get_instances_detailed():
|
||||
get_instance_details(AWS_ACCESS_KEY_ID, AWS_SECRET_ACCESS_KEY)
|
||||
Reference in New Issue
Block a user