Knife-ec2 0.6.4 Released

Ohai Chefs,

Today we released knife-ec2 0.6.4. This release adds support for
binding elastic IPs and VPC private IPs. It also fixes a bug related
to instance tagging.

Many thanks to those who contributed to this release:

Jim Croft
Thomas Dudziak

Also, as always, thanks to those of you who commented on, tested, and
helped improve these contributions. Full Release notes are below.

Sincerely,

Steven

knife-ec2 0.6.4

Bug

[KNIFE-207] - 'knife ec2 create' times out when creating tags on a

new instance that is not ready

Improvement

[KNIFE-190] - VPC private IP support

New Feature

[KNIFE-151] - Add an option to bind instance to elastic ip prior to

bootstrap


Steven Danna
Systems Engineer, Opscode, Inc
GPG Key: http://stevendanna.github.com/downloads/code/public.key

I installed this new version for [KNIFE-151] that assigns eip.
But what is the option name?
Running the cmd knife ec2 server create -h doesn't show any option.


@millisami
~ Sachin Sagar Rai
Ruby on Rails Developer
http://tfm.com.np
http://nepalonrails.com (http://nepalonrails.tumblr.com)
http://funsole.com
Sent with Sparrow (http://www.sparrowmailapp.com/?sig)

On Tuesday, April 16, 2013 at 4:33 AM, Steven Danna wrote:

Ohai Chefs,

Today we released knife-ec2 0.6.4. This release adds support for
binding elastic IPs and VPC private IPs. It also fixes a bug related
to instance tagging.

Many thanks to those who contributed to this release:

Jim Croft
Thomas Dudziak

Also, as always, thanks to those of you who commented on, tested, and
helped improve these contributions. Full Release notes are below.

Sincerely,

Steven

knife-ec2 0.6.4

Bug

[KNIFE-207] - 'knife ec2 create' times out when creating tags on a
new instance that is not ready

Improvement

[KNIFE-190] - VPC private IP support

New Feature

[KNIFE-151] - Add an option to bind instance to elastic ip prior to
bootstrap

--
Steven Danna
Systems Engineer, Opscode, Inc
GPG Key: http://stevendanna.github.com/downloads/code/public.key

On 4/18/13 7:45 AM, Sachin Sagar Rai wrote:

I installed this new version for [KNIFE-151] that assigns eip.
But what is the option name?
Running the cmd knife ec2 server create -h doesn't show any option.

The option is --associate-eip

knife ec2 server create --help | grep elastic
--associate-eip IP_ADDRESS Associate existing elastic IP
address with instance after launch

If you aren't seeing it, you may being hit by CHEF-3255[0]. You might
try uninstalling all of your installed knife-ec2 gems and then
installing the latest.

Sincerely,

Steven

--
Steven Danna
Systems Engineer, Opscode, Inc
GPG Key: http://stevendanna.github.com/downloads/code/public.key

[0] http://tickets.opscode.com/browse/CHEF-3255