pycloudlib

Clouds

  • Azure
  • EC2
  • GCE
  • IBM
  • IBM Classic
  • LXD
  • OCI
  • Openstack
  • QEMU
  • VMWare

Code Examples

  • Azure
  • EC2
  • GCE
  • IBM
  • LXD
  • OCI

Other

  • Configuration
  • SSH Key Setup
  • Images
  • Resource Cleanup

External

  • File a bug
  • PyPI

Developers

  • Contributing
  • Maintainer Notes
  • Design
  • API
    • pycloudlib
      • pycloudlib package
        • Azure
        • EC2
        • GCE
        • IBM
        • IBMClassic
        • LXD
        • LXDContainer
        • LXDVirtualMachine
        • OCI
        • Openstack
        • Qemu
        • VMWare
        • Subpackages
        • Submodules
Index
pycloudlib
  • API
  • pycloudlib
  • pycloudlib package
  • pycloudlib.ec2 package
  • View page source

pycloudlib.ec2 package

Main EC2 module __init__.

Submodules

  • pycloudlib.ec2.cloud module
    • EC2
      • EC2.__init__()
      • EC2.clean()
      • EC2.daily_image()
      • EC2.delete_image()
      • EC2.delete_key()
      • EC2.get_instance()
      • EC2.get_or_create_vpc()
      • EC2.image_serial()
      • EC2.launch()
      • EC2.list_keys()
      • EC2.released_image()
      • EC2.snapshot()
      • EC2.upload_key()
      • EC2.use_key()
  • pycloudlib.ec2.instance module
    • EC2Instance
      • EC2Instance.__init__()
      • EC2Instance.add_network_interface()
      • EC2Instance.add_volume()
      • EC2Instance.availability_zone
      • EC2Instance.console_log()
      • EC2Instance.delete()
      • EC2Instance.id
      • EC2Instance.image_id
      • EC2Instance.ip
      • EC2Instance.name
      • EC2Instance.public_ips
      • EC2Instance.ready_timeout
      • EC2Instance.remove_network_interface()
      • EC2Instance.shutdown()
      • EC2Instance.start()
      • EC2Instance.wait_for_delete()
      • EC2Instance.wait_for_stop()
  • pycloudlib.ec2.util module
  • pycloudlib.ec2.vpc module
    • VPC
      • VPC.__init__()
      • VPC.create()
      • VPC.delete()
      • VPC.from_existing()
      • VPC.id
      • VPC.name
Previous Next

© Copyright 2018, Joshua Powers.

Built with Sphinx using a theme provided by Read the Docs.