> Has anyone used it lately with 4.5.x releases ?
>

Yes and it seems to work ok with a recent version (1.7.42) of the aws cli
[1] once you tell it to use V2 signature.  I have not tried it with the ec2
cli tools [2].


>
> feedback welcome, otherwise I will just cut a release and send a vote
> thread.
>

One thing that would help is to try and figure out a good place to put the
name/internal name/display name fields that are used in Cloudstack.  Those
don't exist as part of the output of describe instances [3] and therefore
you get something like the table below which is not terribly helpful unless
you know the IP of the machine in question.  AWS generally uses tags for
things like that. They will prompt you to fill in a Name tag by default in
the launch wizard.  One possibility for Name could be to stick it in the
PrivateDnsName, but not sure about the other 2.  Thoughts?

thanks,
Carlos

[1] http://docs.aws.amazon.com/cli/latest/reference/
[2]
http://docs.aws.amazon.com/AWSEC2/latest/CommandLineReference/command-reference.html
[3]
http://docs.aws.amazon.com/cli/latest/reference/ec2/describe-instances.html#output


Output of describe-instances with table output:

------------------------------------------------------------------

|                        DescribeInstances                       |

+----------------------------------------------------------------+

||                         Reservations                         ||

|+------------------------------------------+-------------------+|

||  *ReservationId*                           |  *None*             ||

|+------------------------------------------+-------------------+|

|||                          Instances                         |||

||+-------------------+----------------------------------------+||

|||  *Hypervisor*       |  *XenServer*                             |||

|||  *ImageId*          |  *b4eb47a7-fc58-4b8a-a1d1-c67a475ed452*  |||

|||  *InstanceId*       |  *382815c2-4af2-4fa1-852b-5b4c70602005*  |||

|||  *InstanceType*     |  *m1.small*                              |||

|||  *KeyName*          |                                        |||

|||  *LaunchTime*       |  *2014-09-27T17:40:39-0700*              |||

|||  *PrivateIpAddress* |  *10.110.106.132*                        |||

|||  *PublicIpAddress*  |  *10.110.106.132*                        |||

||+-------------------+----------------------------------------+||

||||                         Placement                        ||||

|||+----------------------------------+-----------------------+|||

||||  *AvailabilityZone*                |  *Sunnyvale*            ||||

||||  *Tenancy*                         |  *default*              ||||

|||+----------------------------------+-----------------------+|||

||||                           State                          ||||

|||+-----------------------+----------------------------------+|||

||||  *Code*                 |  *80*                              ||||

||||  *Name*                 |  *stopped*                         ||||

|||+-----------------------+----------------------------------+|||

Reply via email to