Your IP : 3.144.40.90


Current Path : /bin/
Upload File :
Current File : //bin/euca-create-nat-gateway

#!/usr/bin/python2 -tt

import euca2ools.commands.ec2.createnatgateway

if __name__ == '__main__':
    euca2ools.commands.ec2.createnatgateway.CreateNatGateway.run()