Skip to content
This repository has been archived by the owner on Jun 28, 2019. It is now read-only.

EC2 instance tags are available as parameters #68

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

EC2 instance tags are available as parameters #68

wants to merge 2 commits into from

Conversation

diidiiman
Copy link

Have added a possibility to get the tag - value pairs as parameters out of EC2 instance to Capistrano server parameters.

@@ -1,5 +1,10 @@
# Cap-EC2 changelog

## 1.0.1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can release this separately.

@@ -21,7 +21,9 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"

spec.add_dependency "aws-sdk"
spec.add_dependency "aws-sdk-v1"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We require v2 now in the new versions.

@@ -13,7 +13,7 @@ def initialize

def ec2_connect(region=nil)
AWS.start_memoizing
AWS::EC2.new(
AWS::EC2::Client.new(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you change this to be compatible with v2?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants