Your IP : 3.145.85.233


Current Path : /bin/
Upload File :
Current File : //bin/euca-create-keypair

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.createkeypair

if __name__ == '__main__':
    euca2ools.commands.ec2.createkeypair.CreateKeyPair.run()