-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
30 lines (25 loc) · 1.52 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
Euca2ools: Command-line tools for interacting with Amazon EC2 and S3
API-compatible Web services using the REST/Query API.
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 AWS library and M2Crypto toolkit.
Here is the summary of the tasks that can be accomplished with these tools:
- Query of availability zones (i.e. clusters in Eucalyptus)
- SSH key management (add, list, delete)
- VM control (start, list, stop, reboot)
- Security group management (firewall configuration)
- Volume and snapshot management (attach, list, detach, create, bundle, delete)
- Image management (bundle, upload, register, list, deregister)
- IP address management (allocate, associate, list, release)
- Console output retrieval
Please, consult the INSTALL file for instructions on installation
and running the tools. COPYING file covers the legal matters, such
as the license. For more information, please see:
Euca2ools: http://open.eucalyptus.com/wiki/Documentation
Boto: http://code.google.com/p/boto/
M2Crypto: http://chandlerproject.org/bin/view/Projects/MeTooCrypto