0

Does anyone know why there is two command sets for working with EE Cloud - their syntaxes are:

euca-command-subcommand and euform-command-subcommand ?

The have partially the same commands, so I suppose there are different use cases for them ?

Thank you Rainer

Rainer
  • 25
  • 7

1 Answers1

1

euca-* commands generally relate to the EC2 service.

There are other prefixes for other AWS (compatible) services:

  • euare-* : identity and access management
  • euform-* : cloudformation
  • eulb-* : elastic load balancing
  • euscale-* : auto scaling
  • euwatch-* : cloudwatch

Euca2ools documentation:

http://docs.hpcloud.com/eucalyptus/4.2.2/#euca2ools-guide/index.html

Steve Jones
  • 243
  • 1
  • 3