Your IP : 3.146.255.161


Current Path : /bin/
Upload File :
Current File : //bin/euca-describe-group

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.describesecuritygroups

if __name__ == '__main__':
    euca2ools.commands.ec2.describesecuritygroups.DescribeSecurityGroups.run()