File: README

package info (click to toggle)
euca2ools 3.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,580 kB
  • ctags: 2,754
  • sloc: python: 13,971; sh: 16; makefile: 9
file content (32 lines) | stat: -rw-r--r-- 1,683 bytes parent folder | download | duplicates (2)
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
31
32
Euca2ools are command line tools used to interact with Amazon Web
Services (AWS) as well as other services that are compatible with AWS,
such as Eucalyptus.  They aim to use the same input as similar tools
provided by AWS for each service individually along with several
enhancements that make them easier to use with multiple clouds at once.

Euca2ools provide the functionality of AWS's REST-based and Query-based
APIs for the following services:

- Auto Scaling           (2011-01-01) (commands start with "euscale")
- CloudFormation         (2010-05-15) (commands start with "euform")
- CloudWatch             (2010-08-01) (commands start with "euwatch")
- EC2                    (2014-06-15) (commands start with "euca")
- Elastic Load Balancing (2012-06-01) (commands start with "eulb")
- IAM                    (2010-05-08) (commands start with "euare")

The source code comes with man pages that provide basic documentation.
Running a command with --help will also provide information on how to
use that specific command.  For more detailed documentation, see the
online euca2ools documentation at http://www.eucalyptus.com/docs.

For installation instructions, consult the INSTALL file that accompanies
the source code.

For a copy of the latest version of euca2ools, visit
http://downloads.eucalyptus.com/software/euca2ools/.

To obtain the latest development source code for euca2ools, visit
https://github.com/eucalyptus/euca2ools.  Pull requests are welcome
and appreciated.  By submitting code to this project you agree that code
will be licensed under the 2-clause BSD license.  A copy of this license
is included in the COPYING file that accompanies the source code.