Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
# Reconfigure (cold or hot-add) RAM and/or CPU on VMware virtual machines.
# Rewritten from chengpeng21186's post in https://github.com/vmware/pyvmomi-community-samples/issues/265
# escapenguin@pm.me
import atexit
import argparse
import getpass

Keybase proof

I hereby claim:

  • I am escapenguin on github.
  • I am escapenguin (https://keybase.io/escapenguin) on keybase.
  • I have a public key ASCsCEYq90PqXz17omFGo9nhNdSHkMcoehgynCcrGzTIdwo

To claim this, I am signing this object:

#!/usr/bin/env python
import sys
import boto
import boto.ec2
import boto.ec2.elb
import boto.rds
import pprint
import argparse