Corporate Home Open Source Home
Syndicate content
Eucalyptus

Euca2ools User Guide

Euca2ools are command-line tools for interacting with Web services that export a REST/Query-based API compatible with Amazon EC2 and S3 services.The tools can be used with both Amazon's services and with installations of the Eucalyptus open-source cloud-computing infrastructure. The tools were inspired by command-line tools distributed by Amazon (api-tools and ami-tools) and largely accept the same options and environment variables. However, these tools were implemented from scratch in Python, relying on the Boto library and M2Crypto toolkit.

Summary of Features

  • Query of availability zones (i.e. clusters in Eucalyptus)
  • SSH key management (add, list, delete)
  • VM management (start, list, stop, reboot, get console output)
  • Security group management
  • Volume and snapshot management (attach, list, detach, create, bundle, delete)
  • Image management (bundle, upload, register, list, deregister)
  • IP address management (allocate, associate, list, release)